Html Css Color HEX #CB388B Deep Cerise

📋 copy color: '#CB388B'

red 203 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #CB388B

Tints of Deep Cerise #CB388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.07%

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

R = 51.01%
G = 14.07%
B = 34.92%

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

#CB388B (or 0xCB388B) is known color: Deep Cerise. HEX triplet: CB, 38 and 8B. RGB value is (203,56,139). Sum of RGB (Red+Green+Blue) = 203+56+139=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 56 (22.27% from 255 or 14.07% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB388B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB388B is #34C774. Grayscale: #6D6D6D. Windows color (decimal): -3458933 or 9124043. OLE color: 9124043.

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

Color convert

RGB 203 56 139 -
CMYK 0 0.72 0.32 0.20
HSL 326.12º 0.59% 0.51% -
HSV(B) 326.12º 0.72% 0.8% -
XYZ 30.7 17.39 26.16 -
YUV 109.42 144.7 194.75 -
System Red Green Blue C M Y K H S L
Decimal 203 56 139 0 0.72 0.32 0.20 326.12 0.59 0.51
Hex CB 38 8B 0 48 20 14 146 3B 33
Octal 313 70 213 0 110 40 24 506 73 63
Binary 11001011 111000 10001011 0 1001000 100000 10100 101000110 111011 110011

Color Harmonies of #CB388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB388B

Black with #CB388B

Text Example


Text Example

White with #CB388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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