Html Css Color HEX #CB368C Deep Cerise

📋 copy color: '#CB368C'

red 203 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #CB368C

Tints of Deep Cerise #CB368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.6%

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 51.13%
G = 13.6%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB368C (or 0xCB368C) is known color: Deep Cerise. HEX triplet: CB, 36 and 8C. RGB value is (203,54,140). Sum of RGB (Red+Green+Blue) = 203+54+140=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB368C is #34C973. Grayscale: #6C6C6C. Windows color (decimal): -3459444 or 9189067. OLE color: 9189067.

HSL color Cylindrical-coordinate representation of color #CB368C: hue angle of 325.37º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB368C is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 140 -
CMYK 0 0.73 0.31 0.20
HSL 325.37º 0.59% 0.5% -
HSV(B) 325.37º 0.73% 0.8% -
XYZ 30.68 17.23 26.52 -
YUV 108.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 203 54 140 0 0.73 0.31 0.20 325.37 0.59 0.5
Hex CB 36 8C 0 49 1F 14 145 3B 32
Octal 313 66 214 0 111 37 24 505 73 62
Binary 11001011 110110 10001100 0 1001001 11111 10100 101000101 111011 110010

Color Harmonies of #CB368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB368C

Black with #CB368C

Text Example


Text Example

White with #CB368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB368C; }

 p { color: rgb(203,54,140); }

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

background-color css

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

 a { background-color: rgb(203,54,140); }

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

border-color css

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

 span { border-color: rgb(203,54,140); }

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