Html Css Color HEX #CA2E7D Deep Cerise

📋 copy color: '#CA2E7D'

red 202 ◦ green 46 ◦ blue 125

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

Shades of Deep Cerise #CA2E7D

Tints of Deep Cerise #CA2E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 54.16%
G = 12.33%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA2E7D (or 0xCA2E7D) is known color: Deep Cerise. HEX triplet: CA, 2E and 7D. RGB value is (202,46,125). Sum of RGB (Red+Green+Blue) = 202+46+125=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2E7D is #35D182. Grayscale: #656565. Windows color (decimal): -3527043 or 8203978. OLE color: 8203978.

HSL color Cylindrical-coordinate representation of color #CA2E7D: hue angle of 329.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E7D is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 125 -
CMYK 0 0.77 0.38 0.21
HSL 329.62º 0.63% 0.49% -
HSV(B) 329.62º 0.77% 0.79% -
XYZ 29.04 15.99 20.96 -
YUV 101.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 202 46 125 0 0.77 0.38 0.21 329.62 0.63 0.49
Hex CA 2E 7D 0 4D 26 15 14A 3F 31
Octal 312 56 175 0 115 46 25 512 77 61
Binary 11001010 101110 1111101 0 1001101 100110 10101 101001010 111111 110001

Color Harmonies of #CA2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2E7D

Black with #CA2E7D

Text Example


Text Example

White with #CA2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2E7D; }

 p { color: rgb(202,46,125); }

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

background-color css

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

 a { background-color: rgb(202,46,125); }

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

border-color css

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

 span { border-color: rgb(202,46,125); }

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