Html Css Color HEX #CA2DC5 Fuchsia

📋 copy color: '#CA2DC5'

red 202 ◦ green 45 ◦ blue 197

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

Shades of Fuchsia #CA2DC5

Tints of Fuchsia #CA2DC5

RGB

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

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

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

R = 45.5%
G = 10.14%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA2DC5 (or 0xCA2DC5) is known color: Fuchsia. HEX triplet: CA, 2D and C5. RGB value is (202,45,197). Sum of RGB (Red+Green+Blue) = 202+45+197=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DC5 is #35D23A. Grayscale: #6C6C6C. Windows color (decimal): -3527227 or 12922314. OLE color: 12922314.

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

Color convert

RGB 202 45 197 -
CMYK 0 0.78 0.02 0.21
HSL 301.91º 0.64% 0.48% -
HSV(B) 301.91º 0.78% 0.79% -
XYZ 35.37 18.46 54.52 -
YUV 109.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 202 45 197 0 0.78 0.02 0.21 301.91 0.64 0.48
Hex CA 2D C5 0 4E 2 15 12E 40 30
Octal 312 55 305 0 116 2 25 456 100 60
Binary 11001010 101101 11000101 0 1001110 10 10101 100101110 1000000 110000

Color Harmonies of #CA2DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2DC5

Black with #CA2DC5

Text Example


Text Example

White with #CA2DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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