Html Css Color HEX #CB398B Deep Cerise

📋 copy color: '#CB398B'

red 203 ◦ green 57 ◦ blue 139

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

Shades of Deep Cerise #CB398B

Tints of Deep Cerise #CB398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 50.88%
G = 14.29%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB398B (or 0xCB398B) is known color: Deep Cerise. HEX triplet: CB, 39 and 8B. RGB value is (203,57,139). Sum of RGB (Red+Green+Blue) = 203+57+139=399 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.88% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 203 - color contains mainly: red. Hex color #CB398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB398B is #34C674. Grayscale: #6D6D6D. Windows color (decimal): -3458677 or 9124299. OLE color: 9124299.

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

Color convert

RGB 203 57 139 -
CMYK 0 0.72 0.32 0.20
HSL 326.3º 0.58% 0.51% -
HSV(B) 326.3º 0.72% 0.8% -
XYZ 30.75 17.49 26.18 -
YUV 110 144.37 194.33 -
System Red Green Blue C M Y K H S L
Decimal 203 57 139 0 0.72 0.32 0.20 326.3 0.58 0.51
Hex CB 39 8B 0 48 20 14 146 3A 33
Octal 313 71 213 0 110 40 24 506 72 63
Binary 11001011 111001 10001011 0 1001000 100000 10100 101000110 111010 110011

Color Harmonies of #CB398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB398B

Black with #CB398B

Text Example


Text Example

White with #CB398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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