Html Css Color HEX #CB277C Deep Cerise

📋 copy color: '#CB277C'

red 203 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #CB277C

Tints of Deep Cerise #CB277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 55.46%
G = 10.66%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB277C (or 0xCB277C) is known color: Deep Cerise. HEX triplet: CB, 27 and 7C. RGB value is (203,39,124). Sum of RGB (Red+Green+Blue) = 203+39+124=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB277C is #34D883. Grayscale: #616161. Windows color (decimal): -3463300 or 8136651. OLE color: 8136651.

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

Color convert

RGB 203 39 124 -
CMYK 0 0.81 0.39 0.20
HSL 328.9º 0.68% 0.47% -
HSV(B) 328.9º 0.81% 0.8% -
XYZ 28.99 15.6 20.55 -
YUV 97.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 203 39 124 0 0.81 0.39 0.20 328.9 0.68 0.47
Hex CB 27 7C 0 51 27 14 149 44 2F
Octal 313 47 174 0 121 47 24 511 104 57
Binary 11001011 100111 1111100 0 1010001 100111 10100 101001001 1000100 101111

Color Harmonies of #CB277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB277C

Black with #CB277C

Text Example


Text Example

White with #CB277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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