Html Css Color HEX #CA40CC Fuchsia

📋 copy color: '#CA40CC'

red 202 ◦ green 64 ◦ blue 204

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

Shades of Fuchsia #CA40CC

Tints of Fuchsia #CA40CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 42.98%
G = 13.62%
B = 43.4%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA40CC (or 0xCA40CC) is known color: Fuchsia. HEX triplet: CA, 40 and CC. RGB value is (202,64,204). Sum of RGB (Red+Green+Blue) = 202+64+204=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40CC is #35BF33. Grayscale: #787878. Windows color (decimal): -3522356 or 13385930. OLE color: 13385930.

HSL color Cylindrical-coordinate representation of color #CA40CC: hue angle of 299.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA40CC is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 64 204 -
CMYK 0.01 0.69 0 0.2
HSL 299.14º 0.58% 0.53% -
HSV(B) 299.14º 0.69% 0.8% -
XYZ 37.09 20.58 59.14 -
YUV 121.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 202 64 204 0.01 0.69 0 0.2 299.14 0.58 0.53
Hex CA 40 CC 1 45 0 14 12B 3A 35
Octal 312 100 314 1 105 0 24 453 72 65
Binary 11001010 1000000 11001100 1 1000101 0 10100 100101011 111010 110101

Color Harmonies of #CA40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40CC

Black with #CA40CC

Text Example


Text Example

White with #CA40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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