Html Css Color HEX #CB397A Deep Cerise

📋 copy color: '#CB397A'

red 203 ◦ green 57 ◦ blue 122

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

Shades of Deep Cerise #CB397A

Tints of Deep Cerise #CB397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.92%

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

R = 53.14%
G = 14.92%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB397A (or 0xCB397A) is known color: Deep Cerise. HEX triplet: CB, 39 and 7A. RGB value is (203,57,122). Sum of RGB (Red+Green+Blue) = 203+57+122=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 57 (22.66% from 255 or 14.92% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB397A is #34C685. Grayscale: #6B6B6B. Windows color (decimal): -3458694 or 8010187. OLE color: 8010187.

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

Color convert

RGB 203 57 122 -
CMYK 0 0.72 0.40 0.20
HSL 333.29º 0.58% 0.51% -
HSV(B) 333.29º 0.72% 0.8% -
XYZ 29.6 17.03 20.14 -
YUV 108.06 135.87 195.71 -
System Red Green Blue C M Y K H S L
Decimal 203 57 122 0 0.72 0.40 0.20 333.29 0.58 0.51
Hex CB 39 7A 0 48 28 14 14D 3A 33
Octal 313 71 172 0 110 50 24 515 72 63
Binary 11001011 111001 1111010 0 1001000 101000 10100 101001101 111010 110011

Color Harmonies of #CB397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB397A

Black with #CB397A

Text Example


Text Example

White with #CB397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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