Html Css Color HEX #CD325A Cerise

📋 copy color: '#CD325A'

red 205 ◦ green 50 ◦ blue 90

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

Shades of Cerise #CD325A

Tints of Cerise #CD325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.09%

R = 59.42%
G = 14.49%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD325A (or 0xCD325A) is known color: Cerise. HEX triplet: CD, 32 and 5A. RGB value is (205,50,90). Sum of RGB (Red+Green+Blue) = 205+50+90=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD325A is #32CDA5. Grayscale: #646464. Windows color (decimal): -3329446 or 5911245. OLE color: 5911245.

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

Color convert

RGB 205 50 90 -
CMYK 0 0.76 0.56 0.20
HSL 344.52º 0.61% 0.5% -
HSV(B) 344.52º 0.76% 0.8% -
XYZ 28.16 16 11.28 -
YUV 100.91 121.85 202.25 -
System Red Green Blue C M Y K H S L
Decimal 205 50 90 0 0.76 0.56 0.20 344.52 0.61 0.5
Hex CD 32 5A 0 4C 38 14 159 3D 32
Octal 315 62 132 0 114 70 24 531 75 62
Binary 11001101 110010 1011010 0 1001100 111000 10100 101011001 111101 110010

Color Harmonies of #CD325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD325A

Black with #CD325A

Text Example


Text Example

White with #CD325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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