Html Css Color HEX #CB296F Cerise

📋 copy color: '#CB296F'

red 203 ◦ green 41 ◦ blue 111

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

Shades of Cerise #CB296F

Tints of Cerise #CB296F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.55%

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

R = 57.18%
G = 11.55%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB296F (or 0xCB296F) is known color: Cerise. HEX triplet: CB, 29 and 6F. RGB value is (203,41,111). Sum of RGB (Red+Green+Blue) = 203+41+111=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB296F is #34D690. Grayscale: #616161. Windows color (decimal): -3462801 or 7285195. OLE color: 7285195.

HSL color Cylindrical-coordinate representation of color #CB296F: hue angle of 334.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB296F is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 111 -
CMYK 0 0.80 0.45 0.20
HSL 334.07º 0.66% 0.48% -
HSV(B) 334.07º 0.8% 0.8% -
XYZ 28.29 15.43 16.53 -
YUV 97.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 203 41 111 0 0.80 0.45 0.20 334.07 0.66 0.48
Hex CB 29 6F 0 50 2D 14 14E 42 30
Octal 313 51 157 0 120 55 24 516 102 60
Binary 11001011 101001 1101111 0 1010000 101101 10100 101001110 1000010 110000

Color Harmonies of #CB296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB296F

Black with #CB296F

Text Example


Text Example

White with #CB296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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