Html Css Color HEX #CB316D Cerise

📋 copy color: '#CB316D'

red 203 ◦ green 49 ◦ blue 109

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

Shades of Cerise #CB316D

Tints of Cerise #CB316D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 56.23%
G = 13.57%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB316D (or 0xCB316D) is known color: Cerise. HEX triplet: CB, 31 and 6D. RGB value is (203,49,109). Sum of RGB (Red+Green+Blue) = 203+49+109=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316D is #34CE92. Grayscale: #656565. Windows color (decimal): -3460755 or 7156171. OLE color: 7156171.

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

Color convert

RGB 203 49 109 -
CMYK 0 0.76 0.46 0.20
HSL 336.62º 0.61% 0.49% -
HSV(B) 336.62º 0.76% 0.8% -
XYZ 28.49 16 16.05 -
YUV 101.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 203 49 109 0 0.76 0.46 0.20 336.62 0.61 0.49
Hex CB 31 6D 0 4C 2E 14 151 3D 31
Octal 313 61 155 0 114 56 24 521 75 61
Binary 11001011 110001 1101101 0 1001100 101110 10100 101010001 111101 110001

Color Harmonies of #CB316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB316D

Black with #CB316D

Text Example


Text Example

White with #CB316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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