Html Css Color HEX #CA40CA Fuchsia

📋 copy color: '#CA40CA'

red 202 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #CA40CA

Tints of Fuchsia #CA40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

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

R = 43.16%
G = 13.68%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA40CA (or 0xCA40CA) is known color: Fuchsia. HEX triplet: CA, 40 and CA. RGB value is (202,64,202). Sum of RGB (Red+Green+Blue) = 202+64+202=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40CA is #35BF35. Grayscale: #787878. Windows color (decimal): -3522358 or 13254858. OLE color: 13254858.

HSL color Cylindrical-coordinate representation of color #CA40CA: hue angle of 300º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40CA is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 202 -
CMYK 0 0.68 0 0.21
HSL 300º 0.57% 0.52% -
HSV(B) 300º 0.68% 0.79% -
XYZ 36.85 20.49 57.89 -
YUV 120.99 173.72 185.78 -
System Red Green Blue C M Y K H S L
Decimal 202 64 202 0 0.68 0 0.21 300 0.57 0.52
Hex CA 40 CA 0 44 0 15 12C 39 34
Octal 312 100 312 0 104 0 25 454 71 64
Binary 11001010 1000000 11001010 0 1000100 0 10101 100101100 111001 110100

Color Harmonies of #CA40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40CA

Black with #CA40CA

Text Example


Text Example

White with #CA40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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