Html Css Color HEX #CB368F Deep Cerise

📋 copy color: '#CB368F'

red 203 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #CB368F

Tints of Deep Cerise #CB368F

RGB

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

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

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

R = 50.75%
G = 13.5%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB368F (or 0xCB368F) is known color: Deep Cerise. HEX triplet: CB, 36 and 8F. RGB value is (203,54,143). Sum of RGB (Red+Green+Blue) = 203+54+143=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB368F is #34C970. Grayscale: #6C6C6C. Windows color (decimal): -3459441 or 9385675. OLE color: 9385675.

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

Color convert

RGB 203 54 143 -
CMYK 0 0.73 0.30 0.20
HSL 324.16º 0.59% 0.5% -
HSV(B) 324.16º 0.73% 0.8% -
XYZ 30.91 17.32 27.7 -
YUV 108.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 203 54 143 0 0.73 0.30 0.20 324.16 0.59 0.5
Hex CB 36 8F 0 49 1E 14 144 3B 32
Octal 313 66 217 0 111 36 24 504 73 62
Binary 11001011 110110 10001111 0 1001001 11110 10100 101000100 111011 110010

Color Harmonies of #CB368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB368F

Black with #CB368F

Text Example


Text Example

White with #CB368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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