Html Css Color HEX #CA40C8 Fuchsia

📋 copy color: '#CA40C8'

red 202 ◦ green 64 ◦ blue 200

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

Shades of Fuchsia #CA40C8

Tints of Fuchsia #CA40C8

RGB

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

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

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

R = 43.35%
G = 13.73%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA40C8 (or 0xCA40C8) is known color: Fuchsia. HEX triplet: CA, 40 and C8. RGB value is (202,64,200). Sum of RGB (Red+Green+Blue) = 202+64+200=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40C8 is #35BF37. Grayscale: #787878. Windows color (decimal): -3522360 or 13123786. OLE color: 13123786.

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

Color convert

RGB 202 64 200 -
CMYK 0 0.68 0.01 0.21
HSL 300.87º 0.57% 0.52% -
HSV(B) 300.87º 0.68% 0.79% -
XYZ 36.62 20.39 56.65 -
YUV 120.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 202 64 200 0 0.68 0.01 0.21 300.87 0.57 0.52
Hex CA 40 C8 0 44 1 15 12D 39 34
Octal 312 100 310 0 104 1 25 455 71 64
Binary 11001010 1000000 11001000 0 1000100 1 10101 100101101 111001 110100

Color Harmonies of #CA40C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40C8

Black with #CA40C8

Text Example


Text Example

White with #CA40C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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