Html Css Color HEX #CB277F Deep Cerise

📋 copy color: '#CB277F'

red 203 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #CB277F

Tints of Deep Cerise #CB277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.57%

 BLUE value IS 127 (50% from 255) = 34.42%

R = 55.01%
G = 10.57%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB277F (or 0xCB277F) is known color: Deep Cerise. HEX triplet: CB, 27 and 7F. RGB value is (203,39,127). Sum of RGB (Red+Green+Blue) = 203+39+127=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB277F is #34D880. Grayscale: #616161. Windows color (decimal): -3463297 or 8333259. OLE color: 8333259.

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

Color convert

RGB 203 39 127 -
CMYK 0 0.81 0.37 0.20
HSL 327.8º 0.68% 0.47% -
HSV(B) 327.8º 0.81% 0.8% -
XYZ 29.18 15.68 21.57 -
YUV 98.07 144.33 202.84 -
System Red Green Blue C M Y K H S L
Decimal 203 39 127 0 0.81 0.37 0.20 327.8 0.68 0.47
Hex CB 27 7F 0 51 25 14 148 44 2F
Octal 313 47 177 0 121 45 24 510 104 57
Binary 11001011 100111 1111111 0 1010001 100101 10100 101001000 1000100 101111

Color Harmonies of #CB277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB277F

Black with #CB277F

Text Example


Text Example

White with #CB277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB277F; }

 p { color: rgb(203,39,127); }

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

background-color css

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

 a { background-color: rgb(203,39,127); }

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

border-color css

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

 span { border-color: rgb(203,39,127); }

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