Html Css Color HEX #CB297A Deep Cerise

📋 copy color: '#CB297A'

red 203 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #CB297A

Tints of Deep Cerise #CB297A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.2%

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

R = 55.46%
G = 11.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB297A (or 0xCB297A) is known color: Deep Cerise. HEX triplet: CB, 29 and 7A. RGB value is (203,41,122). Sum of RGB (Red+Green+Blue) = 203+41+122=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB297A is #34D685. Grayscale: #626262. Windows color (decimal): -3462790 or 8006091. OLE color: 8006091.

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

Color convert

RGB 203 41 122 -
CMYK 0 0.80 0.40 0.20
HSL 330º 0.66% 0.48% -
HSV(B) 330º 0.8% 0.8% -
XYZ 28.93 15.69 19.92 -
YUV 98.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 203 41 122 0 0.80 0.40 0.20 330 0.66 0.48
Hex CB 29 7A 0 50 28 14 14A 42 30
Octal 313 51 172 0 120 50 24 512 102 60
Binary 11001011 101001 1111010 0 1010000 101000 10100 101001010 1000010 110000

Color Harmonies of #CB297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB297A

Black with #CB297A

Text Example


Text Example

White with #CB297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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