Html Css Color HEX #CB2671 Deep Cerise

📋 copy color: '#CB2671'

red 203 ◦ green 38 ◦ blue 113

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

Shades of Deep Cerise #CB2671

Tints of Deep Cerise #CB2671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 57.34%
G = 10.73%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB2671 (or 0xCB2671) is known color: Deep Cerise. HEX triplet: CB, 26 and 71. RGB value is (203,38,113). Sum of RGB (Red+Green+Blue) = 203+38+113=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2671 is #34D98E. Grayscale: #5F5F5F. Windows color (decimal): -3463567 or 7415499. OLE color: 7415499.

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

Color convert

RGB 203 38 113 -
CMYK 0 0.81 0.44 0.20
HSL 332.73º 0.68% 0.47% -
HSV(B) 332.73º 0.81% 0.8% -
XYZ 28.3 15.27 17.08 -
YUV 95.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 203 38 113 0 0.81 0.44 0.20 332.73 0.68 0.47
Hex CB 26 71 0 51 2C 14 14D 44 2F
Octal 313 46 161 0 121 54 24 515 104 57
Binary 11001011 100110 1110001 0 1010001 101100 10100 101001101 1000100 101111

Color Harmonies of #CB2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2671

Black with #CB2671

Text Example


Text Example

White with #CB2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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