Html Css Color HEX #CA31C2 Fuchsia

📋 copy color: '#CA31C2'

red 202 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #CA31C2

Tints of Fuchsia #CA31C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.6%

R = 45.39%
G = 11.01%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA31C2 (or 0xCA31C2) is known color: Fuchsia. HEX triplet: CA, 31 and C2. RGB value is (202,49,194). Sum of RGB (Red+Green+Blue) = 202+49+194=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31C2 is #35CE3D. Grayscale: #6E6E6E. Windows color (decimal): -3526206 or 12726730. OLE color: 12726730.

HSL color Cylindrical-coordinate representation of color #CA31C2: hue angle of 303.14º 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 #CA31C2 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 194 -
CMYK 0 0.76 0.04 0.21
HSL 303.14º 0.61% 0.49% -
HSV(B) 303.14º 0.76% 0.79% -
XYZ 35.19 18.65 52.78 -
YUV 111.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 202 49 194 0 0.76 0.04 0.21 303.14 0.61 0.49
Hex CA 31 C2 0 4C 4 15 12F 3D 31
Octal 312 61 302 0 114 4 25 457 75 61
Binary 11001010 110001 11000010 0 1001100 100 10101 100101111 111101 110001

Color Harmonies of #CA31C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31C2

Black with #CA31C2

Text Example


Text Example

White with #CA31C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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