Html Css Color HEX #CB2673 Deep Cerise

📋 copy color: '#CB2673'

red 203 ◦ green 38 ◦ blue 115

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

Shades of Deep Cerise #CB2673

Tints of Deep Cerise #CB2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

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

R = 57.02%
G = 10.67%
B = 32.3%

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

#CB2673 (or 0xCB2673) is known color: Deep Cerise. HEX triplet: CB, 26 and 73. RGB value is (203,38,115). Sum of RGB (Red+Green+Blue) = 203+38+115=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2673 is #34D98C. Grayscale: #5F5F5F. Windows color (decimal): -3463565 or 7546571. OLE color: 7546571.

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

Color convert

RGB 203 38 115 -
CMYK 0 0.81 0.43 0.20
HSL 332º 0.68% 0.47% -
HSV(B) 332º 0.81% 0.8% -
XYZ 28.42 15.32 17.68 -
YUV 96.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 203 38 115 0 0.81 0.43 0.20 332 0.68 0.47
Hex CB 26 73 0 51 2B 14 14C 44 2F
Octal 313 46 163 0 121 53 24 514 104 57
Binary 11001011 100110 1110011 0 1010001 101011 10100 101001100 1000100 101111

Color Harmonies of #CB2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2673

Black with #CB2673

Text Example


Text Example

White with #CB2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2673; }

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

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

background-color css

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

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

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

border-color css

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

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

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