Html Css Color HEX #CB325D Cerise

📋 copy color: '#CB325D'

red 203 ◦ green 50 ◦ blue 93

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

Shades of Cerise #CB325D

Tints of Cerise #CB325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 93 (36.72% from 255) = 26.88%

R = 58.67%
G = 14.45%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB325D (or 0xCB325D) is known color: Cerise. HEX triplet: CB, 32 and 5D. RGB value is (203,50,93). Sum of RGB (Red+Green+Blue) = 203+50+93=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB325D is #34CDA2. Grayscale: #646464. Windows color (decimal): -3460515 or 6107851. OLE color: 6107851.

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

Color convert

RGB 203 50 93 -
CMYK 0 0.75 0.54 0.20
HSL 343.14º 0.6% 0.5% -
HSV(B) 343.14º 0.75% 0.8% -
XYZ 27.74 15.77 11.94 -
YUV 100.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 203 50 93 0 0.75 0.54 0.20 343.14 0.6 0.5
Hex CB 32 5D 0 4B 36 14 157 3C 32
Octal 313 62 135 0 113 66 24 527 74 62
Binary 11001011 110010 1011101 0 1001011 110110 10100 101010111 111100 110010

Color Harmonies of #CB325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB325D

Black with #CB325D

Text Example


Text Example

White with #CB325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB325D; }

 p { color: rgb(203,50,93); }

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

background-color css

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

 a { background-color: rgb(203,50,93); }

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

border-color css

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

 span { border-color: rgb(203,50,93); }

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