Html Css Color HEX #CB236F Cerise

📋 copy color: '#CB236F'

red 203 ◦ green 35 ◦ blue 111

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

Shades of Cerise #CB236F

Tints of Cerise #CB236F

RGB

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

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

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

R = 58.17%
G = 10.03%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB236F (or 0xCB236F) is known color: Cerise. HEX triplet: CB, 23 and 6F. RGB value is (203,35,111). Sum of RGB (Red+Green+Blue) = 203+35+111=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB236F is #34DC90. Grayscale: #5D5D5D. Windows color (decimal): -3464337 or 7283659. OLE color: 7283659.

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

Color convert

RGB 203 35 111 -
CMYK 0 0.83 0.45 0.20
HSL 332.86º 0.71% 0.47% -
HSV(B) 332.86º 0.83% 0.8% -
XYZ 28.1 15.05 16.46 -
YUV 93.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 203 35 111 0 0.83 0.45 0.20 332.86 0.71 0.47
Hex CB 23 6F 0 53 2D 14 14D 47 2F
Octal 313 43 157 0 123 55 24 515 107 57
Binary 11001011 100011 1101111 0 1010011 101101 10100 101001101 1000111 101111

Color Harmonies of #CB236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB236F

Black with #CB236F

Text Example


Text Example

White with #CB236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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