Html Css Color HEX #CB398D Deep Cerise

📋 copy color: '#CB398D'

red 203 ◦ green 57 ◦ blue 141

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

Shades of Deep Cerise #CB398D

Tints of Deep Cerise #CB398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 50.62%
G = 14.21%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB398D (or 0xCB398D) is known color: Deep Cerise. HEX triplet: CB, 39 and 8D. RGB value is (203,57,141). Sum of RGB (Red+Green+Blue) = 203+57+141=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB398D is #34C672. Grayscale: #6E6E6E. Windows color (decimal): -3458675 or 9255371. OLE color: 9255371.

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

Color convert

RGB 203 57 141 -
CMYK 0 0.72 0.31 0.20
HSL 325.48º 0.58% 0.51% -
HSV(B) 325.48º 0.72% 0.8% -
XYZ 30.9 17.55 26.96 -
YUV 110.23 145.37 194.17 -
System Red Green Blue C M Y K H S L
Decimal 203 57 141 0 0.72 0.31 0.20 325.48 0.58 0.51
Hex CB 39 8D 0 48 1F 14 145 3A 33
Octal 313 71 215 0 110 37 24 505 72 63
Binary 11001011 111001 10001101 0 1001000 11111 10100 101000101 111010 110011

Color Harmonies of #CB398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB398D

Black with #CB398D

Text Example


Text Example

White with #CB398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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