Html Css Color HEX #CA2D75 Deep Cerise

📋 copy color: '#CA2D75'

red 202 ◦ green 45 ◦ blue 117

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

Shades of Deep Cerise #CA2D75

Tints of Deep Cerise #CA2D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 55.49%
G = 12.36%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA2D75 (or 0xCA2D75) is known color: Deep Cerise. HEX triplet: CA, 2D and 75. RGB value is (202,45,117). Sum of RGB (Red+Green+Blue) = 202+45+117=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D75 is #35D28A. Grayscale: #646464. Windows color (decimal): -3527307 or 7679434. OLE color: 7679434.

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

Color convert

RGB 202 45 117 -
CMYK 0 0.78 0.42 0.21
HSL 332.48º 0.64% 0.48% -
HSV(B) 332.48º 0.78% 0.79% -
XYZ 28.51 15.72 18.36 -
YUV 100.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 202 45 117 0 0.78 0.42 0.21 332.48 0.64 0.48
Hex CA 2D 75 0 4E 2A 15 14C 40 30
Octal 312 55 165 0 116 52 25 514 100 60
Binary 11001010 101101 1110101 0 1001110 101010 10101 101001100 1000000 110000

Color Harmonies of #CA2D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D75

Black with #CA2D75

Text Example


Text Example

White with #CA2D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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