Html Css Color HEX #CA40C5 Fuchsia

📋 copy color: '#CA40C5'

red 202 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #CA40C5

Tints of Fuchsia #CA40C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.55%

R = 43.63%
G = 13.82%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA40C5 (or 0xCA40C5) is known color: Fuchsia. HEX triplet: CA, 40 and C5. RGB value is (202,64,197). Sum of RGB (Red+Green+Blue) = 202+64+197=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40C5 is #35BF3A. Grayscale: #787878. Windows color (decimal): -3522363 or 12927178. OLE color: 12927178.

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

Color convert

RGB 202 64 197 -
CMYK 0 0.68 0.02 0.21
HSL 302.17º 0.57% 0.52% -
HSV(B) 302.17º 0.68% 0.79% -
XYZ 36.27 20.25 54.82 -
YUV 120.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 202 64 197 0 0.68 0.02 0.21 302.17 0.57 0.52
Hex CA 40 C5 0 44 2 15 12E 39 34
Octal 312 100 305 0 104 2 25 456 71 64
Binary 11001010 1000000 11000101 0 1000100 10 10101 100101110 111001 110100

Color Harmonies of #CA40C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40C5

Black with #CA40C5

Text Example


Text Example

White with #CA40C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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