Html Css Color HEX #CB236D Cerise

📋 copy color: '#CB236D'

red 203 ◦ green 35 ◦ blue 109

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

Shades of Cerise #CB236D

Tints of Cerise #CB236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

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

R = 58.5%
G = 10.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB236D (or 0xCB236D) is known color: Cerise. HEX triplet: CB, 23 and 6D. RGB value is (203,35,109). Sum of RGB (Red+Green+Blue) = 203+35+109=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB236D is #34DC92. Grayscale: #5D5D5D. Windows color (decimal): -3464339 or 7152587. OLE color: 7152587.

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

Color convert

RGB 203 35 109 -
CMYK 0 0.83 0.46 0.20
HSL 333.57º 0.71% 0.47% -
HSV(B) 333.57º 0.83% 0.8% -
XYZ 27.99 15 15.89 -
YUV 93.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 203 35 109 0 0.83 0.46 0.20 333.57 0.71 0.47
Hex CB 23 6D 0 53 2E 14 14E 47 2F
Octal 313 43 155 0 123 56 24 516 107 57
Binary 11001011 100011 1101101 0 1010011 101110 10100 101001110 1000111 101111

Color Harmonies of #CB236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB236D

Black with #CB236D

Text Example


Text Example

White with #CB236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB236D; }

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

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

background-color css

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

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

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

border-color css

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

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

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