Html Css Color HEX #CA40CD Fuchsia

📋 copy color: '#CA40CD'

red 202 ◦ green 64 ◦ blue 205

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

Shades of Fuchsia #CA40CD

Tints of Fuchsia #CA40CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 42.89%
G = 13.59%
B = 43.52%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA40CD (or 0xCA40CD) is known color: Fuchsia. HEX triplet: CA, 40 and CD. RGB value is (202,64,205). Sum of RGB (Red+Green+Blue) = 202+64+205=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA40CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40CD is #35BF32. Grayscale: #787878. Windows color (decimal): -3522355 or 13451466. OLE color: 13451466.

HSL color Cylindrical-coordinate representation of color #CA40CD: hue angle of 298.72º degrees, saturation: 0.59, 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 #CA40CD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 64 205 -
CMYK 0.01 0.69 0 0.20
HSL 298.72º 0.59% 0.53% -
HSV(B) 298.72º 0.69% 0.8% -
XYZ 37.21 20.63 59.78 -
YUV 121.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 202 64 205 0.01 0.69 0 0.20 298.72 0.59 0.53
Hex CA 40 CD 1 45 0 14 12B 3B 35
Octal 312 100 315 1 105 0 24 453 73 65
Binary 11001010 1000000 11001101 1 1000101 0 10100 100101011 111011 110101

Color Harmonies of #CA40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40CD

Black with #CA40CD

Text Example


Text Example

White with #CA40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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