Html Css Color HEX #CB246E Cerise

📋 copy color: '#CB246E'

red 203 ◦ green 36 ◦ blue 110

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

Shades of Cerise #CB246E

Tints of Cerise #CB246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 58.17%
G = 10.32%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB246E (or 0xCB246E) is known color: Cerise. HEX triplet: CB, 24 and 6E. RGB value is (203,36,110). Sum of RGB (Red+Green+Blue) = 203+36+110=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB246E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB246E is #34DB91. Grayscale: #5E5E5E. Windows color (decimal): -3464082 or 7218379. OLE color: 7218379.

HSL color Cylindrical-coordinate representation of color #CB246E: hue angle of 333.41º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB246E is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 110 -
CMYK 0 0.82 0.46 0.20
HSL 333.41º 0.7% 0.47% -
HSV(B) 333.41º 0.82% 0.8% -
XYZ 28.07 15.08 16.18 -
YUV 94.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 203 36 110 0 0.82 0.46 0.20 333.41 0.7 0.47
Hex CB 24 6E 0 52 2E 14 14D 46 2F
Octal 313 44 156 0 122 56 24 515 106 57
Binary 11001011 100100 1101110 0 1010010 101110 10100 101001101 1000110 101111

Color Harmonies of #CB246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB246E

Black with #CB246E

Text Example


Text Example

White with #CB246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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