Html Css Color HEX #CB297B Deep Cerise

📋 copy color: '#CB297B'

red 203 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #CB297B

Tints of Deep Cerise #CB297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 55.31%
G = 11.17%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB297B (or 0xCB297B) is known color: Deep Cerise. HEX triplet: CB, 29 and 7B. RGB value is (203,41,123). Sum of RGB (Red+Green+Blue) = 203+41+123=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB297B is #34D684. Grayscale: #626262. Windows color (decimal): -3462789 or 8071627. OLE color: 8071627.

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

Color convert

RGB 203 41 123 -
CMYK 0 0.80 0.39 0.20
HSL 329.63º 0.66% 0.48% -
HSV(B) 329.63º 0.8% 0.8% -
XYZ 29 15.71 20.24 -
YUV 98.79 141.67 202.33 -
System Red Green Blue C M Y K H S L
Decimal 203 41 123 0 0.80 0.39 0.20 329.63 0.66 0.48
Hex CB 29 7B 0 50 27 14 14A 42 30
Octal 313 51 173 0 120 47 24 512 102 60
Binary 11001011 101001 1111011 0 1010000 100111 10100 101001010 1000010 110000

Color Harmonies of #CB297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB297B

Black with #CB297B

Text Example


Text Example

White with #CB297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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