Html Css Color HEX #CB377B Deep Cerise

📋 copy color: '#CB377B'

red 203 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #CB377B

Tints of Deep Cerise #CB377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.44%

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

R = 53.28%
G = 14.44%
B = 32.28%

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

#CB377B (or 0xCB377B) is known color: Deep Cerise. HEX triplet: CB, 37 and 7B. RGB value is (203,55,123). Sum of RGB (Red+Green+Blue) = 203+55+123=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377B is #34C884. Grayscale: #6A6A6A. Windows color (decimal): -3459205 or 8075211. OLE color: 8075211.

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

Color convert

RGB 203 55 123 -
CMYK 0 0.73 0.39 0.20
HSL 332.43º 0.59% 0.51% -
HSV(B) 332.43º 0.73% 0.8% -
XYZ 29.57 16.86 20.43 -
YUV 107 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 203 55 123 0 0.73 0.39 0.20 332.43 0.59 0.51
Hex CB 37 7B 0 49 27 14 14C 3B 33
Octal 313 67 173 0 111 47 24 514 73 63
Binary 11001011 110111 1111011 0 1001001 100111 10100 101001100 111011 110011

Color Harmonies of #CB377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB377B

Black with #CB377B

Text Example


Text Example

White with #CB377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB377B; }

 p { color: rgb(203,55,123); }

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

background-color css

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

 a { background-color: rgb(203,55,123); }

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

border-color css

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

 span { border-color: rgb(203,55,123); }

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