Html Css Color HEX #CB358C Deep Cerise

📋 copy color: '#CB358C'

red 203 ◦ green 53 ◦ blue 140

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

Shades of Deep Cerise #CB358C

Tints of Deep Cerise #CB358C

RGB

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

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

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

R = 51.26%
G = 13.38%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB358C (or 0xCB358C) is known color: Deep Cerise. HEX triplet: CB, 35 and 8C. RGB value is (203,53,140). Sum of RGB (Red+Green+Blue) = 203+53+140=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB358C is #34CA73. Grayscale: #6B6B6B. Windows color (decimal): -3459700 or 9188811. OLE color: 9188811.

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

Color convert

RGB 203 53 140 -
CMYK 0 0.74 0.31 0.20
HSL 325.2º 0.59% 0.5% -
HSV(B) 325.2º 0.74% 0.8% -
XYZ 30.64 17.14 26.5 -
YUV 107.77 146.2 195.93 -
System Red Green Blue C M Y K H S L
Decimal 203 53 140 0 0.74 0.31 0.20 325.2 0.59 0.5
Hex CB 35 8C 0 4A 1F 14 145 3B 32
Octal 313 65 214 0 112 37 24 505 73 62
Binary 11001011 110101 10001100 0 1001010 11111 10100 101000101 111011 110010

Color Harmonies of #CB358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB358C

Black with #CB358C

Text Example


Text Example

White with #CB358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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