Html Css Color HEX #CB316F Cerise

📋 copy color: '#CB316F'

red 203 ◦ green 49 ◦ blue 111

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

Shades of Cerise #CB316F

Tints of Cerise #CB316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.5%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 55.92%
G = 13.5%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB316F (or 0xCB316F) is known color: Cerise. HEX triplet: CB, 31 and 6F. RGB value is (203,49,111). Sum of RGB (Red+Green+Blue) = 203+49+111=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316F is #34CE90. Grayscale: #666666. Windows color (decimal): -3460753 or 7287243. OLE color: 7287243.

HSL color Cylindrical-coordinate representation of color #CB316F: hue angle of 335.84º degrees, saturation: 0.61, 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 #CB316F is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 111 -
CMYK 0 0.76 0.45 0.20
HSL 335.84º 0.61% 0.49% -
HSV(B) 335.84º 0.76% 0.8% -
XYZ 28.6 16.04 16.63 -
YUV 102.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 203 49 111 0 0.76 0.45 0.20 335.84 0.61 0.49
Hex CB 31 6F 0 4C 2D 14 150 3D 31
Octal 313 61 157 0 114 55 24 520 75 61
Binary 11001011 110001 1101111 0 1001100 101101 10100 101010000 111101 110001

Color Harmonies of #CB316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB316F

Black with #CB316F

Text Example


Text Example

White with #CB316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB316F; }

 p { color: rgb(203,49,111); }

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

background-color css

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

 a { background-color: rgb(203,49,111); }

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

border-color css

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

 span { border-color: rgb(203,49,111); }

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