Html Css Color HEX #CB325E Cerise

📋 copy color: '#CB325E'

red 203 ◦ green 50 ◦ blue 94

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

Shades of Cerise #CB325E

Tints of Cerise #CB325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.09%

R = 58.5%
G = 14.41%
B = 27.09%

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

#CB325E (or 0xCB325E) is known color: Cerise. HEX triplet: CB, 32 and 5E. RGB value is (203,50,94). Sum of RGB (Red+Green+Blue) = 203+50+94=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB325E is #34CDA1. Grayscale: #646464. Windows color (decimal): -3460514 or 6173387. OLE color: 6173387.

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

Color convert

RGB 203 50 94 -
CMYK 0 0.75 0.54 0.20
HSL 342.75º 0.6% 0.5% -
HSV(B) 342.75º 0.75% 0.8% -
XYZ 27.79 15.79 12.17 -
YUV 100.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 203 50 94 0 0.75 0.54 0.20 342.75 0.6 0.5
Hex CB 32 5E 0 4B 36 14 157 3C 32
Octal 313 62 136 0 113 66 24 527 74 62
Binary 11001011 110010 1011110 0 1001011 110110 10100 101010111 111100 110010

Color Harmonies of #CB325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB325E

Black with #CB325E

Text Example


Text Example

White with #CB325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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