Html Css Color HEX #CA2672 Deep Cerise

📋 copy color: '#CA2672'

red 202 ◦ green 38 ◦ blue 114

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

Shades of Deep Cerise #CA2672

Tints of Deep Cerise #CA2672

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 57.06%
G = 10.73%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA2672 (or 0xCA2672) is known color: Deep Cerise. HEX triplet: CA, 26 and 72. RGB value is (202,38,114). Sum of RGB (Red+Green+Blue) = 202+38+114=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2672 is #35D98D. Grayscale: #5F5F5F. Windows color (decimal): -3529102 or 7481034. OLE color: 7481034.

HSL color Cylindrical-coordinate representation of color #CA2672: hue angle of 332.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2672 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 38 114 -
CMYK 0 0.81 0.44 0.21
HSL 332.2º 0.68% 0.47% -
HSV(B) 332.2º 0.81% 0.79% -
XYZ 28.09 15.16 17.36 -
YUV 95.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 202 38 114 0 0.81 0.44 0.21 332.2 0.68 0.47
Hex CA 26 72 0 51 2C 15 14C 44 2F
Octal 312 46 162 0 121 54 25 514 104 57
Binary 11001010 100110 1110010 0 1010001 101100 10101 101001100 1000100 101111

Color Harmonies of #CA2672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2672

Black with #CA2672

Text Example


Text Example

White with #CA2672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2672; }

 p { color: rgb(202,38,114); }

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

background-color css

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

 a { background-color: rgb(202,38,114); }

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

border-color css

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

 span { border-color: rgb(202,38,114); }

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