Html Css Color HEX #CB2F88 Deep Cerise

📋 copy color: '#CB2F88'

red 203 ◦ green 47 ◦ blue 136

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

Shades of Deep Cerise #CB2F88

Tints of Deep Cerise #CB2F88

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.18%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 52.59%
G = 12.18%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CB2F88 (or 0xCB2F88) is known color: Deep Cerise. HEX triplet: CB, 2F and 88. RGB value is (203,47,136). Sum of RGB (Red+Green+Blue) = 203+47+136=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2F88 is #34D077. Grayscale: #676767. Windows color (decimal): -3461240 or 8925131. OLE color: 8925131.

HSL color Cylindrical-coordinate representation of color #CB2F88: hue angle of 325.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2F88 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 47 136 -
CMYK 0 0.77 0.33 0.20
HSL 325.77º 0.62% 0.49% -
HSV(B) 325.77º 0.77% 0.8% -
XYZ 30.09 16.51 24.89 -
YUV 103.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 203 47 136 0 0.77 0.33 0.20 325.77 0.62 0.49
Hex CB 2F 88 0 4D 21 14 146 3E 31
Octal 313 57 210 0 115 41 24 506 76 61
Binary 11001011 101111 10001000 0 1001101 100001 10100 101000110 111110 110001

Color Harmonies of #CB2F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2F88

Black with #CB2F88

Text Example


Text Example

White with #CB2F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2F88; }

 p { color: rgb(203,47,136); }

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

background-color css

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

 a { background-color: rgb(203,47,136); }

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

border-color css

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

 span { border-color: rgb(203,47,136); }

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