Html Css Color HEX #CB3071 Cerise

📋 copy color: '#CB3071'

red 203 ◦ green 48 ◦ blue 113

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

Shades of Cerise #CB3071

Tints of Cerise #CB3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

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

R = 55.77%
G = 13.19%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3071 (or 0xCB3071) is known color: Cerise. HEX triplet: CB, 30 and 71. RGB value is (203,48,113). Sum of RGB (Red+Green+Blue) = 203+48+113=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3071 is #34CF8E. Grayscale: #656565. Windows color (decimal): -3461007 or 7418059. OLE color: 7418059.

HSL color Cylindrical-coordinate representation of color #CB3071: hue angle of 334.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB3071 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 48 113 -
CMYK 0 0.76 0.44 0.20
HSL 334.84º 0.62% 0.49% -
HSV(B) 334.84º 0.76% 0.8% -
XYZ 28.67 16 17.2 -
YUV 101.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 203 48 113 0 0.76 0.44 0.20 334.84 0.62 0.49
Hex CB 30 71 0 4C 2C 14 14F 3E 31
Octal 313 60 161 0 114 54 24 517 76 61
Binary 11001011 110000 1110001 0 1001100 101100 10100 101001111 111110 110001

Color Harmonies of #CB3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3071

Black with #CB3071

Text Example


Text Example

White with #CB3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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