Html Css Color HEX #CB377D Deep Cerise

📋 copy color: '#CB377D'

red 203 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #CB377D

Tints of Deep Cerise #CB377D

RGB

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

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

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

R = 53%
G = 14.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB377D (or 0xCB377D) is known color: Deep Cerise. HEX triplet: CB, 37 and 7D. RGB value is (203,55,125). Sum of RGB (Red+Green+Blue) = 203+55+125=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB377D is #34C882. Grayscale: #6B6B6B. Windows color (decimal): -3459203 or 8206283. OLE color: 8206283.

HSL color Cylindrical-coordinate representation of color #CB377D: hue angle of 331.62º 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 #CB377D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 125 -
CMYK 0 0.73 0.38 0.20
HSL 331.62º 0.59% 0.51% -
HSV(B) 331.62º 0.73% 0.8% -
XYZ 29.7 16.91 21.1 -
YUV 107.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 203 55 125 0 0.73 0.38 0.20 331.62 0.59 0.51
Hex CB 37 7D 0 49 26 14 14C 3B 33
Octal 313 67 175 0 111 46 24 514 73 63
Binary 11001011 110111 1111101 0 1001001 100110 10100 101001100 111011 110011

Color Harmonies of #CB377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB377D

Black with #CB377D

Text Example


Text Example

White with #CB377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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