Html Css Color HEX #CB277D Deep Cerise

📋 copy color: '#CB277D'

red 203 ◦ green 39 ◦ blue 125

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

Shades of Deep Cerise #CB277D

Tints of Deep Cerise #CB277D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.06%

R = 55.31%
G = 10.63%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB277D (or 0xCB277D) is known color: Deep Cerise. HEX triplet: CB, 27 and 7D. RGB value is (203,39,125). Sum of RGB (Red+Green+Blue) = 203+39+125=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB277D is #34D882. Grayscale: #616161. Windows color (decimal): -3463299 or 8202187. OLE color: 8202187.

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

Color convert

RGB 203 39 125 -
CMYK 0 0.81 0.38 0.20
HSL 328.54º 0.68% 0.47% -
HSV(B) 328.54º 0.81% 0.8% -
XYZ 29.06 15.63 20.89 -
YUV 97.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 203 39 125 0 0.81 0.38 0.20 328.54 0.68 0.47
Hex CB 27 7D 0 51 26 14 149 44 2F
Octal 313 47 175 0 121 46 24 511 104 57
Binary 11001011 100111 1111101 0 1010001 100110 10100 101001001 1000100 101111

Color Harmonies of #CB277D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB277D

Black with #CB277D

Text Example


Text Example

White with #CB277D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB277D; }

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

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

background-color css

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

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

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

border-color css

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

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

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