Html Css Color HEX #C025AC Medium Violet Red

📋 copy color: '#C025AC'

red 192 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #C025AC

Tints of Medium Violet Red #C025AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 47.88%
G = 9.23%
B = 42.89%

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

#C025AC (or 0xC025AC) is known color: Medium Violet Red. HEX triplet: C0, 25 and AC. RGB value is (192,37,172). Sum of RGB (Red+Green+Blue) = 192+37+172=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C025AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025AC is #3FDA53. Grayscale: #626262. Windows color (decimal): -4184660 or 11281856. OLE color: 11281856.

HSL color Cylindrical-coordinate representation of color #C025AC: hue angle of 307.74º 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 #C025AC is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 172 -
CMYK 0 0.81 0.10 0.25
HSL 307.74º 0.68% 0.45% -
HSV(B) 307.74º 0.81% 0.75% -
XYZ 29.85 15.51 40.45 -
YUV 98.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 192 37 172 0 0.81 0.10 0.25 307.74 0.68 0.45
Hex C0 25 AC 0 51 A 19 134 44 2D
Octal 300 45 254 0 121 12 31 464 104 55
Binary 11000000 100101 10101100 0 1010001 1010 11001 100110100 1000100 101101

Color Harmonies of #C025AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025AC

Black with #C025AC

Text Example


Text Example

White with #C025AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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