Html Css Color HEX #CB316E Cerise

📋 copy color: '#CB316E'

red 203 ◦ green 49 ◦ blue 110

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

Shades of Cerise #CB316E

Tints of Cerise #CB316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 56.08%
G = 13.54%
B = 30.39%

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

#CB316E (or 0xCB316E) is known color: Cerise. HEX triplet: CB, 31 and 6E. RGB value is (203,49,110). Sum of RGB (Red+Green+Blue) = 203+49+110=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB316E is #34CE91. Grayscale: #656565. Windows color (decimal): -3460754 or 7221707. OLE color: 7221707.

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

Color convert

RGB 203 49 110 -
CMYK 0 0.76 0.46 0.20
HSL 336.23º 0.61% 0.49% -
HSV(B) 336.23º 0.76% 0.8% -
XYZ 28.54 16.02 16.34 -
YUV 102 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 203 49 110 0 0.76 0.46 0.20 336.23 0.61 0.49
Hex CB 31 6E 0 4C 2E 14 150 3D 31
Octal 313 61 156 0 114 56 24 520 75 61
Binary 11001011 110001 1101110 0 1001100 101110 10100 101010000 111101 110001

Color Harmonies of #CB316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB316E

Black with #CB316E

Text Example


Text Example

White with #CB316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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