Html Css Color HEX #CD325E Cerise

📋 copy color: '#CD325E'

red 205 ◦ green 50 ◦ blue 94

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

Shades of Cerise #CD325E

Tints of Cerise #CD325E

RGB

 RED value IS 205 (80.47% from 255) = 58.74%

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

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

R = 58.74%
G = 14.33%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD325E (or 0xCD325E) is known color: Cerise. HEX triplet: CD, 32 and 5E. RGB value is (205,50,94). Sum of RGB (Red+Green+Blue) = 205+50+94=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD325E is #32CDA1. Grayscale: #656565. Windows color (decimal): -3329442 or 6173389. OLE color: 6173389.

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

Color convert

RGB 205 50 94 -
CMYK 0 0.76 0.54 0.20
HSL 342.97º 0.61% 0.5% -
HSV(B) 342.97º 0.76% 0.8% -
XYZ 28.34 16.07 12.2 -
YUV 101.36 123.85 201.92 -
System Red Green Blue C M Y K H S L
Decimal 205 50 94 0 0.76 0.54 0.20 342.97 0.61 0.5
Hex CD 32 5E 0 4C 36 14 157 3D 32
Octal 315 62 136 0 114 66 24 527 75 62
Binary 11001101 110010 1011110 0 1001100 110110 10100 101010111 111101 110010

Color Harmonies of #CD325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD325E

Black with #CD325E

Text Example


Text Example

White with #CD325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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