Html Css Color HEX #CD25AF Medium Violet Red

📋 copy color: '#CD25AF'

red 205 ◦ green 37 ◦ blue 175

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

Shades of Medium Violet Red #CD25AF

Tints of Medium Violet Red #CD25AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 49.16%
G = 8.87%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD25AF (or 0xCD25AF) is known color: Medium Violet Red. HEX triplet: CD, 25 and AF. RGB value is (205,37,175). Sum of RGB (Red+Green+Blue) = 205+37+175=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD25AF is #32DA50. Grayscale: #666666. Windows color (decimal): -3332689 or 11478477. OLE color: 11478477.

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

Color convert

RGB 205 37 175 -
CMYK 0 0.82 0.15 0.20
HSL 310.71º 0.69% 0.47% -
HSV(B) 310.71º 0.82% 0.8% -
XYZ 33.58 17.4 42.15 -
YUV 102.96 168.66 200.78 -
System Red Green Blue C M Y K H S L
Decimal 205 37 175 0 0.82 0.15 0.20 310.71 0.69 0.47
Hex CD 25 AF 0 52 F 14 137 45 2F
Octal 315 45 257 0 122 17 24 467 105 57
Binary 11001101 100101 10101111 0 1010010 1111 10100 100110111 1000101 101111

Color Harmonies of #CD25AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25AF

Black with #CD25AF

Text Example


Text Example

White with #CD25AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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