Html Css Color HEX #CB2B7A Deep Cerise

📋 copy color: '#CB2B7A'

red 203 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #CB2B7A

Tints of Deep Cerise #CB2B7A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 55.16%
G = 11.68%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB2B7A (or 0xCB2B7A) is known color: Deep Cerise. HEX triplet: CB, 2B and 7A. RGB value is (203,43,122). Sum of RGB (Red+Green+Blue) = 203+43+122=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2B7A is #34D485. Grayscale: #636363. Windows color (decimal): -3462278 or 8006603. OLE color: 8006603.

HSL color Cylindrical-coordinate representation of color #CB2B7A: hue angle of 330.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2B7A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 43 122 -
CMYK 0 0.79 0.40 0.20
HSL 330.38º 0.65% 0.48% -
HSV(B) 330.38º 0.79% 0.8% -
XYZ 29.01 15.83 19.94 -
YUV 99.85 140.51 201.58 -
System Red Green Blue C M Y K H S L
Decimal 203 43 122 0 0.79 0.40 0.20 330.38 0.65 0.48
Hex CB 2B 7A 0 4F 28 14 14A 41 30
Octal 313 53 172 0 117 50 24 512 101 60
Binary 11001011 101011 1111010 0 1001111 101000 10100 101001010 1000001 110000

Color Harmonies of #CB2B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2B7A

Black with #CB2B7A

Text Example


Text Example

White with #CB2B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2B7A; }

 p { color: rgb(203,43,122); }

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

background-color css

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

 a { background-color: rgb(203,43,122); }

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

border-color css

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

 span { border-color: rgb(203,43,122); }

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