Html Css Color HEX #CA31CA Fuchsia

📋 copy color: '#CA31CA'

red 202 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #CA31CA

Tints of Fuchsia #CA31CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 44.59%
G = 10.82%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA31CA (or 0xCA31CA) is known color: Fuchsia. HEX triplet: CA, 31 and CA. RGB value is (202,49,202). Sum of RGB (Red+Green+Blue) = 202+49+202=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA31CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA31CA is #35CE35. Grayscale: #6F6F6F. Windows color (decimal): -3526198 or 13251018. OLE color: 13251018.

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

Color convert

RGB 202 49 202 -
CMYK 0 0.76 0 0.21
HSL 300º 0.61% 0.49% -
HSV(B) 300º 0.76% 0.79% -
XYZ 36.12 19.02 57.64 -
YUV 112.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 202 49 202 0 0.76 0 0.21 300 0.61 0.49
Hex CA 31 CA 0 4C 0 15 12C 3D 31
Octal 312 61 312 0 114 0 25 454 75 61
Binary 11001010 110001 11001010 0 1001100 0 10101 100101100 111101 110001

Color Harmonies of #CA31CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA31CA

Black with #CA31CA

Text Example


Text Example

White with #CA31CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA31CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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