Html Css Color HEX #CB358E Deep Cerise

📋 copy color: '#CB358E'

red 203 ◦ green 53 ◦ blue 142

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

Shades of Deep Cerise #CB358E

Tints of Deep Cerise #CB358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.32%

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 51.01%
G = 13.32%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB358E (or 0xCB358E) is known color: Deep Cerise. HEX triplet: CB, 35 and 8E. RGB value is (203,53,142). Sum of RGB (Red+Green+Blue) = 203+53+142=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB358E is #34CA71. Grayscale: #6B6B6B. Windows color (decimal): -3459698 or 9319883. OLE color: 9319883.

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

Color convert

RGB 203 53 142 -
CMYK 0 0.74 0.30 0.20
HSL 324.4º 0.59% 0.5% -
HSV(B) 324.4º 0.74% 0.8% -
XYZ 30.78 17.2 27.29 -
YUV 108 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 203 53 142 0 0.74 0.30 0.20 324.4 0.59 0.5
Hex CB 35 8E 0 4A 1E 14 144 3B 32
Octal 313 65 216 0 112 36 24 504 73 62
Binary 11001011 110101 10001110 0 1001010 11110 10100 101000100 111011 110010

Color Harmonies of #CB358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB358E

Black with #CB358E

Text Example


Text Example

White with #CB358E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB358E; }

 p { color: rgb(203,53,142); }

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

background-color css

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

 a { background-color: rgb(203,53,142); }

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

border-color css

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

 span { border-color: rgb(203,53,142); }

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