Html Css Color HEX #CB398F Deep Cerise

📋 copy color: '#CB398F'

red 203 ◦ green 57 ◦ blue 143

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

Shades of Deep Cerise #CB398F

Tints of Deep Cerise #CB398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 50.37%
G = 14.14%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB398F (or 0xCB398F) is known color: Deep Cerise. HEX triplet: CB, 39 and 8F. RGB value is (203,57,143). Sum of RGB (Red+Green+Blue) = 203+57+143=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB398F is #34C670. Grayscale: #6E6E6E. Windows color (decimal): -3458673 or 9386443. OLE color: 9386443.

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

Color convert

RGB 203 57 143 -
CMYK 0 0.72 0.30 0.20
HSL 324.66º 0.58% 0.51% -
HSV(B) 324.66º 0.72% 0.8% -
XYZ 31.05 17.61 27.75 -
YUV 110.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 203 57 143 0 0.72 0.30 0.20 324.66 0.58 0.51
Hex CB 39 8F 0 48 1E 14 145 3A 33
Octal 313 71 217 0 110 36 24 505 72 63
Binary 11001011 111001 10001111 0 1001000 11110 10100 101000101 111010 110011

Color Harmonies of #CB398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB398F

Black with #CB398F

Text Example


Text Example

White with #CB398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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