Html Css Color HEX #CB367C Deep Cerise

📋 copy color: '#CB367C'

red 203 ◦ green 54 ◦ blue 124

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

Shades of Deep Cerise #CB367C

Tints of Deep Cerise #CB367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

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

R = 53.28%
G = 14.17%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB367C (or 0xCB367C) is known color: Deep Cerise. HEX triplet: CB, 36 and 7C. RGB value is (203,54,124). Sum of RGB (Red+Green+Blue) = 203+54+124=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB367C is #34C983. Grayscale: #6A6A6A. Windows color (decimal): -3459460 or 8140491. OLE color: 8140491.

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

Color convert

RGB 203 54 124 -
CMYK 0 0.73 0.39 0.20
HSL 331.81º 0.59% 0.5% -
HSV(B) 331.81º 0.73% 0.8% -
XYZ 29.59 16.79 20.75 -
YUV 106.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 203 54 124 0 0.73 0.39 0.20 331.81 0.59 0.5
Hex CB 36 7C 0 49 27 14 14C 3B 32
Octal 313 66 174 0 111 47 24 514 73 62
Binary 11001011 110110 1111100 0 1001001 100111 10100 101001100 111011 110010

Color Harmonies of #CB367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB367C

Black with #CB367C

Text Example


Text Example

White with #CB367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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