Html Css Color HEX #CD25A6 Medium Violet Red

📋 copy color: '#CD25A6'

red 205 ◦ green 37 ◦ blue 166

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

Shades of Medium Violet Red #CD25A6

Tints of Medium Violet Red #CD25A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.69%

R = 50.25%
G = 9.07%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#CD25A6 (or 0xCD25A6) is known color: Medium Violet Red. HEX triplet: CD, 25 and A6. RGB value is (205,37,166). Sum of RGB (Red+Green+Blue) = 205+37+166=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD25A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD25A6 is #32DA59. Grayscale: #656565. Windows color (decimal): -3332698 or 10888653. OLE color: 10888653.

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

Color convert

RGB 205 37 166 -
CMYK 0 0.82 0.19 0.20
HSL 313.93º 0.69% 0.47% -
HSV(B) 313.93º 0.82% 0.8% -
XYZ 32.72 17.06 37.64 -
YUV 101.94 164.16 201.51 -
System Red Green Blue C M Y K H S L
Decimal 205 37 166 0 0.82 0.19 0.20 313.93 0.69 0.47
Hex CD 25 A6 0 52 13 14 13A 45 2F
Octal 315 45 246 0 122 23 24 472 105 57
Binary 11001101 100101 10100110 0 1010010 10011 10100 100111010 1000101 101111

Color Harmonies of #CD25A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD25A6

Black with #CD25A6

Text Example


Text Example

White with #CD25A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD25A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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