Html Css Color HEX #CA3C7B Deep Cerise

📋 copy color: '#CA3C7B'

red 202 ◦ green 60 ◦ blue 123

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

Shades of Deep Cerise #CA3C7B

Tints of Deep Cerise #CA3C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 52.47%
G = 15.58%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA3C7B (or 0xCA3C7B) is known color: Deep Cerise. HEX triplet: CA, 3C and 7B. RGB value is (202,60,123). Sum of RGB (Red+Green+Blue) = 202+60+123=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3C7B is #35C384. Grayscale: #6D6D6D. Windows color (decimal): -3523461 or 8076490. OLE color: 8076490.

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

Color convert

RGB 202 60 123 -
CMYK 0 0.70 0.39 0.21
HSL 333.38º 0.57% 0.51% -
HSV(B) 333.38º 0.7% 0.79% -
XYZ 29.55 17.22 20.51 -
YUV 109.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 202 60 123 0 0.70 0.39 0.21 333.38 0.57 0.51
Hex CA 3C 7B 0 46 27 15 14D 39 33
Octal 312 74 173 0 106 47 25 515 71 63
Binary 11001010 111100 1111011 0 1000110 100111 10101 101001101 111001 110011

Color Harmonies of #CA3C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C7B

Black with #CA3C7B

Text Example


Text Example

White with #CA3C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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