Html Css Color HEX #CB357E Deep Cerise

📋 copy color: '#CB357E'

red 203 ◦ green 53 ◦ blue 126

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

Shades of Deep Cerise #CB357E

Tints of Deep Cerise #CB357E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.98%

R = 53.14%
G = 13.87%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB357E (or 0xCB357E) is known color: Deep Cerise. HEX triplet: CB, 35 and 7E. RGB value is (203,53,126). Sum of RGB (Red+Green+Blue) = 203+53+126=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB357E is #34CA81. Grayscale: #6A6A6A. Windows color (decimal): -3459714 or 8271307. OLE color: 8271307.

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

Color convert

RGB 203 53 126 -
CMYK 0 0.74 0.38 0.20
HSL 330.8º 0.59% 0.5% -
HSV(B) 330.8º 0.74% 0.8% -
XYZ 29.67 16.75 21.41 -
YUV 106.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 203 53 126 0 0.74 0.38 0.20 330.8 0.59 0.5
Hex CB 35 7E 0 4A 26 14 14B 3B 32
Octal 313 65 176 0 112 46 24 513 73 62
Binary 11001011 110101 1111110 0 1001010 100110 10100 101001011 111011 110010

Color Harmonies of #CB357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB357E

Black with #CB357E

Text Example


Text Example

White with #CB357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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