Html Css Color HEX #CB3771 Cerise

📋 copy color: '#CB3771'

red 203 ◦ green 55 ◦ blue 113

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

Shades of Cerise #CB3771

Tints of Cerise #CB3771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 54.72%
G = 14.82%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3771 (or 0xCB3771) is known color: Cerise. HEX triplet: CB, 37 and 71. RGB value is (203,55,113). Sum of RGB (Red+Green+Blue) = 203+55+113=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3771 is #34C88E. Grayscale: #696969. Windows color (decimal): -3459215 or 7419851. OLE color: 7419851.

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

Color convert

RGB 203 55 113 -
CMYK 0 0.73 0.44 0.20
HSL 336.49º 0.59% 0.51% -
HSV(B) 336.49º 0.73% 0.8% -
XYZ 28.98 16.62 17.3 -
YUV 105.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 203 55 113 0 0.73 0.44 0.20 336.49 0.59 0.51
Hex CB 37 71 0 49 2C 14 150 3B 33
Octal 313 67 161 0 111 54 24 520 73 63
Binary 11001011 110111 1110001 0 1001001 101100 10100 101010000 111011 110011

Color Harmonies of #CB3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3771

Black with #CB3771

Text Example


Text Example

White with #CB3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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