Html Css Color HEX #CA3C7D Deep Cerise

📋 copy color: '#CA3C7D'

red 202 ◦ green 60 ◦ blue 125

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

Shades of Deep Cerise #CA3C7D

Tints of Deep Cerise #CA3C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.5%

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

R = 52.2%
G = 15.5%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA3C7D (or 0xCA3C7D) is known color: Deep Cerise. HEX triplet: CA, 3C and 7D. RGB value is (202,60,125). Sum of RGB (Red+Green+Blue) = 202+60+125=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C7D is #35C382. Grayscale: #6D6D6D. Windows color (decimal): -3523459 or 8207562. OLE color: 8207562.

HSL color Cylindrical-coordinate representation of color #CA3C7D: hue angle of 332.54º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C7D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 125 -
CMYK 0 0.70 0.38 0.21
HSL 332.54º 0.57% 0.51% -
HSV(B) 332.54º 0.7% 0.79% -
XYZ 29.67 17.27 21.17 -
YUV 109.87 136.54 193.71 -
System Red Green Blue C M Y K H S L
Decimal 202 60 125 0 0.70 0.38 0.21 332.54 0.57 0.51
Hex CA 3C 7D 0 46 26 15 14D 39 33
Octal 312 74 175 0 106 46 25 515 71 63
Binary 11001010 111100 1111101 0 1000110 100110 10101 101001101 111001 110011

Color Harmonies of #CA3C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C7D

Black with #CA3C7D

Text Example


Text Example

White with #CA3C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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