Html Css Color HEX #CA31C8 Fuchsia

📋 copy color: '#CA31C8'

red 202 ◦ green 49 ◦ blue 200

#CA31C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CA31C8

Tints of Fuchsia #CA31C8

RGB

 RED value IS 202 (79.3% from 255) = 44.79%

 GREEN value IS 49 (19.53% from 255) = 10.86%

 BLUE value IS 200 (78.52% from 255) = 44.35%

R = 44.79%
G = 10.86%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA31C8 (or 0xCA31C8) is known color: Fuchsia. HEX triplet: CA, 31 and C8. RGB value is (202,49,200). Sum of RGB (Red+Green+Blue) = 202+49+200=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31C8 is #35CE37. Grayscale: #6F6F6F. Windows color (decimal): -3526200 or 13119946. OLE color: 13119946.

HSL color Cylindrical-coordinate representation of color #CA31C8: hue angle of 300.78º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA31C8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 200 -
CMYK 0 0.76 0.01 0.21
HSL 300.78º 0.61% 0.49% -
HSV(B) 300.78º 0.76% 0.79% -
XYZ 35.88 18.92 56.41 -
YUV 111.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 202 49 200 0 0.76 0.01 0.21 300.78 0.61 0.49
Hex CA 31 C8 0 4C 1 15 12D 3D 31
Octal 312 61 310 0 114 1 25 455 75 61
Binary 11001010 110001 11001000 0 1001100 1 10101 100101101 111101 110001

Color Harmonies of #CA31C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31C8

Black with #CA31C8

Text Example


Text Example

White with #CA31C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31C8; }

 p { color: rgb(202,49,200); }

 H1.HeaderClassName
 {
   color: #CA31C8;
 }
 .AnyTagClassName
 {
   color: #CA31C8;
 }
</style>

background-color css

<style>
 a { background-color: #CA31C8; }

 a { background-color: rgb(202,49,200); }

 div.DivClassName
 {
   background-color: #CA31C8;
 }
 .BgClassName
 {
   background-color: #CA31C8;
 }
</style>

border-color css

<style>
 span { border-color: #CA31C8; }

 span { border-color: rgb(202,49,200); }

 td.TdClassName
 {
   border-color: #CA31C8;
 }
 .TagClassName
 {
   border-color: #CA31C8;
 }
</style>