Html Css Color HEX #CB388A Deep Cerise

📋 copy color: '#CB388A'

red 203 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #CB388A

Tints of Deep Cerise #CB388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 51.13%
G = 14.11%
B = 34.76%

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

#CB388A (or 0xCB388A) is known color: Deep Cerise. HEX triplet: CB, 38 and 8A. RGB value is (203,56,138). Sum of RGB (Red+Green+Blue) = 203+56+138=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB388A is #34C775. Grayscale: #6D6D6D. Windows color (decimal): -3458934 or 9058507. OLE color: 9058507.

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

Color convert

RGB 203 56 138 -
CMYK 0 0.72 0.32 0.20
HSL 326.53º 0.59% 0.51% -
HSV(B) 326.53º 0.72% 0.8% -
XYZ 30.63 17.36 25.78 -
YUV 109.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 203 56 138 0 0.72 0.32 0.20 326.53 0.59 0.51
Hex CB 38 8A 0 48 20 14 147 3B 33
Octal 313 70 212 0 110 40 24 507 73 63
Binary 11001011 111000 10001010 0 1001000 100000 10100 101000111 111011 110011

Color Harmonies of #CB388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB388A

Black with #CB388A

Text Example


Text Example

White with #CB388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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