Html Css Color HEX #CB357D Deep Cerise

📋 copy color: '#CB357D'

red 203 ◦ green 53 ◦ blue 125

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

Shades of Deep Cerise #CB357D

Tints of Deep Cerise #CB357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 53.28%
G = 13.91%
B = 32.81%

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

#CB357D (or 0xCB357D) is known color: Deep Cerise. HEX triplet: CB, 35 and 7D. RGB value is (203,53,125). Sum of RGB (Red+Green+Blue) = 203+53+125=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB357D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB357D is #34CA82. Grayscale: #696969. Windows color (decimal): -3459715 or 8205771. OLE color: 8205771.

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

Color convert

RGB 203 53 125 -
CMYK 0 0.74 0.38 0.20
HSL 331.2º 0.59% 0.5% -
HSV(B) 331.2º 0.74% 0.8% -
XYZ 29.6 16.72 21.07 -
YUV 106.06 138.7 197.15 -
System Red Green Blue C M Y K H S L
Decimal 203 53 125 0 0.74 0.38 0.20 331.2 0.59 0.5
Hex CB 35 7D 0 4A 26 14 14B 3B 32
Octal 313 65 175 0 112 46 24 513 73 62
Binary 11001011 110101 1111101 0 1001010 100110 10100 101001011 111011 110010

Color Harmonies of #CB357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB357D

Black with #CB357D

Text Example


Text Example

White with #CB357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB357D; }

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

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

background-color css

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

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

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

border-color css

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

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

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