Html Css Color HEX #CB2E7C Deep Cerise

📋 copy color: '#CB2E7C'

red 203 ◦ green 46 ◦ blue 124

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

Shades of Deep Cerise #CB2E7C

Tints of Deep Cerise #CB2E7C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

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

R = 54.42%
G = 12.33%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB2E7C (or 0xCB2E7C) is known color: Deep Cerise. HEX triplet: CB, 2E and 7C. RGB value is (203,46,124). Sum of RGB (Red+Green+Blue) = 203+46+124=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E7C is #34D183. Grayscale: #656565. Windows color (decimal): -3461508 or 8138443. OLE color: 8138443.

HSL color Cylindrical-coordinate representation of color #CB2E7C: hue angle of 330.19º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E7C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 124 -
CMYK 0 0.77 0.39 0.20
HSL 330.19º 0.63% 0.49% -
HSV(B) 330.19º 0.77% 0.8% -
XYZ 29.24 16.11 20.64 -
YUV 101.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 203 46 124 0 0.77 0.39 0.20 330.19 0.63 0.49
Hex CB 2E 7C 0 4D 27 14 14A 3F 31
Octal 313 56 174 0 115 47 24 512 77 61
Binary 11001011 101110 1111100 0 1001101 100111 10100 101001010 111111 110001

Color Harmonies of #CB2E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E7C

Black with #CB2E7C

Text Example


Text Example

White with #CB2E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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