Html Css Color HEX #C025AD Medium Violet Red

📋 copy color: '#C025AD'

red 192 ◦ green 37 ◦ blue 173

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

Shades of Medium Violet Red #C025AD

Tints of Medium Violet Red #C025AD

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 47.76%
G = 9.2%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C025AD (or 0xC025AD) is known color: Medium Violet Red. HEX triplet: C0, 25 and AD. RGB value is (192,37,173). Sum of RGB (Red+Green+Blue) = 192+37+173=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C025AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025AD is #3FDA52. Grayscale: #626262. Windows color (decimal): -4184659 or 11347392. OLE color: 11347392.

HSL color Cylindrical-coordinate representation of color #C025AD: hue angle of 307.35º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C025AD is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 173 -
CMYK 0 0.81 0.10 0.25
HSL 307.35º 0.68% 0.45% -
HSV(B) 307.35º 0.81% 0.75% -
XYZ 29.94 15.55 40.96 -
YUV 98.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 192 37 173 0 0.81 0.10 0.25 307.35 0.68 0.45
Hex C0 25 AD 0 51 A 19 133 44 2D
Octal 300 45 255 0 121 12 31 463 104 55
Binary 11000000 100101 10101101 0 1010001 1010 11001 100110011 1000100 101101

Color Harmonies of #C025AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025AD

Black with #C025AD

Text Example


Text Example

White with #C025AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025AD; }

 p { color: rgb(192,37,173); }

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

background-color css

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

 a { background-color: rgb(192,37,173); }

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

border-color css

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

 span { border-color: rgb(192,37,173); }

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