Html Css Color HEX #CB387B Deep Cerise

📋 copy color: '#CB387B'

red 203 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #CB387B

Tints of Deep Cerise #CB387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 53.14%
G = 14.66%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB387B (or 0xCB387B) is known color: Deep Cerise. HEX triplet: CB, 38 and 7B. RGB value is (203,56,123). Sum of RGB (Red+Green+Blue) = 203+56+123=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB387B is #34C784. Grayscale: #6B6B6B. Windows color (decimal): -3458949 or 8075467. OLE color: 8075467.

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

Color convert

RGB 203 56 123 -
CMYK 0 0.72 0.39 0.20
HSL 332.65º 0.59% 0.51% -
HSV(B) 332.65º 0.72% 0.8% -
XYZ 29.62 16.95 20.45 -
YUV 107.59 136.7 196.05 -
System Red Green Blue C M Y K H S L
Decimal 203 56 123 0 0.72 0.39 0.20 332.65 0.59 0.51
Hex CB 38 7B 0 48 27 14 14D 3B 33
Octal 313 70 173 0 110 47 24 515 73 63
Binary 11001011 111000 1111011 0 1001000 100111 10100 101001101 111011 110011

Color Harmonies of #CB387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB387B

Black with #CB387B

Text Example


Text Example

White with #CB387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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