Html Css Color HEX #CD25A2 Medium Violet Red

📋 copy color: '#CD25A2'

red 205 ◦ green 37 ◦ blue 162

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

Shades of Medium Violet Red #CD25A2

Tints of Medium Violet Red #CD25A2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.16%

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 50.74%
G = 9.16%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD25A2 (or 0xCD25A2) is known color: Medium Violet Red. HEX triplet: CD, 25 and A2. RGB value is (205,37,162). Sum of RGB (Red+Green+Blue) = 205+37+162=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD25A2 is #32DA5D. Grayscale: #656565. Windows color (decimal): -3332702 or 10626509. OLE color: 10626509.

HSL color Cylindrical-coordinate representation of color #CD25A2: hue angle of 315.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD25A2 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 162 -
CMYK 0 0.82 0.21 0.20
HSL 315.36º 0.69% 0.47% -
HSV(B) 315.36º 0.82% 0.8% -
XYZ 32.36 16.91 35.74 -
YUV 101.48 162.16 201.84 -
System Red Green Blue C M Y K H S L
Decimal 205 37 162 0 0.82 0.21 0.20 315.36 0.69 0.47
Hex CD 25 A2 0 52 15 14 13B 45 2F
Octal 315 45 242 0 122 25 24 473 105 57
Binary 11001101 100101 10100010 0 1010010 10101 10100 100111011 1000101 101111

Color Harmonies of #CD25A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25A2

Black with #CD25A2

Text Example


Text Example

White with #CD25A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25A2; }

 p { color: rgb(205,37,162); }

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

background-color css

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

 a { background-color: rgb(205,37,162); }

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

border-color css

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

 span { border-color: rgb(205,37,162); }

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