Html Css Color HEX #CA2DC0 Fuchsia

📋 copy color: '#CA2DC0'

red 202 ◦ green 45 ◦ blue 192

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

Shades of Fuchsia #CA2DC0

Tints of Fuchsia #CA2DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 46.01%
G = 10.25%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA2DC0 (or 0xCA2DC0) is known color: Fuchsia. HEX triplet: CA, 2D and C0. RGB value is (202,45,192). Sum of RGB (Red+Green+Blue) = 202+45+192=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DC0 is #35D23F. Grayscale: #6C6C6C. Windows color (decimal): -3527232 or 12594634. OLE color: 12594634.

HSL color Cylindrical-coordinate representation of color #CA2DC0: hue angle of 303.82º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DC0 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 192 -
CMYK 0 0.78 0.05 0.21
HSL 303.82º 0.64% 0.48% -
HSV(B) 303.82º 0.78% 0.79% -
XYZ 34.81 18.24 51.55 -
YUV 108.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 202 45 192 0 0.78 0.05 0.21 303.82 0.64 0.48
Hex CA 2D C0 0 4E 5 15 130 40 30
Octal 312 55 300 0 116 5 25 460 100 60
Binary 11001010 101101 11000000 0 1001110 101 10101 100110000 1000000 110000

Color Harmonies of #CA2DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DC0

Black with #CA2DC0

Text Example


Text Example

White with #CA2DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DC0; }

 p { color: rgb(202,45,192); }

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

background-color css

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

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

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

border-color css

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

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

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