Html Css Color HEX #CB2773 Deep Cerise

📋 copy color: '#CB2773'

red 203 ◦ green 39 ◦ blue 115

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

Shades of Deep Cerise #CB2773

Tints of Deep Cerise #CB2773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 56.86%
G = 10.92%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB2773 (or 0xCB2773) is known color: Deep Cerise. HEX triplet: CB, 27 and 73. RGB value is (203,39,115). Sum of RGB (Red+Green+Blue) = 203+39+115=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2773 is #34D88C. Grayscale: #606060. Windows color (decimal): -3463309 or 7546827. OLE color: 7546827.

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

Color convert

RGB 203 39 115 -
CMYK 0 0.81 0.43 0.20
HSL 332.2º 0.68% 0.47% -
HSV(B) 332.2º 0.81% 0.8% -
XYZ 28.45 15.39 17.69 -
YUV 96.7 138.33 203.82 -
System Red Green Blue C M Y K H S L
Decimal 203 39 115 0 0.81 0.43 0.20 332.2 0.68 0.47
Hex CB 27 73 0 51 2B 14 14C 44 2F
Octal 313 47 163 0 121 53 24 514 104 57
Binary 11001011 100111 1110011 0 1010001 101011 10100 101001100 1000100 101111

Color Harmonies of #CB2773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2773

Black with #CB2773

Text Example


Text Example

White with #CB2773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2773; }

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

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

background-color css

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

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

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

border-color css

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

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

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