Html Css Color HEX #CB3E7C Deep Cerise

📋 copy color: '#CB3E7C'

red 203 ◦ green 62 ◦ blue 124

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

Shades of Deep Cerise #CB3E7C

Tints of Deep Cerise #CB3E7C

RGB

 RED value IS 203 (79.69% from 255) = 52.19%

 GREEN value IS 62 (24.61% from 255) = 15.94%

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 52.19%
G = 15.94%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB3E7C (or 0xCB3E7C) is known color: Deep Cerise. HEX triplet: CB, 3E and 7C. RGB value is (203,62,124). Sum of RGB (Red+Green+Blue) = 203+62+124=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E7C is #34C183. Grayscale: #6F6F6F. Windows color (decimal): -3457412 or 8142539. OLE color: 8142539.

HSL color Cylindrical-coordinate representation of color #CB3E7C: hue angle of 333.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E7C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 62 124 -
CMYK 0 0.69 0.39 0.20
HSL 333.62º 0.58% 0.52% -
HSV(B) 333.62º 0.69% 0.8% -
XYZ 29.99 17.6 20.88 -
YUV 111.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 203 62 124 0 0.69 0.39 0.20 333.62 0.58 0.52
Hex CB 3E 7C 0 45 27 14 14E 3A 34
Octal 313 76 174 0 105 47 24 516 72 64
Binary 11001011 111110 1111100 0 1000101 100111 10100 101001110 111010 110100

Color Harmonies of #CB3E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E7C

Black with #CB3E7C

Text Example


Text Example

White with #CB3E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E7C; }

 p { color: rgb(203,62,124); }

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

background-color css

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

 a { background-color: rgb(203,62,124); }

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

border-color css

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

 span { border-color: rgb(203,62,124); }

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