Html Css Color HEX #C025AB Medium Violet Red

📋 copy color: '#C025AB'

red 192 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #C025AB

Tints of Medium Violet Red #C025AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 48%
G = 9.25%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C025AB (or 0xC025AB) is known color: Medium Violet Red. HEX triplet: C0, 25 and AB. RGB value is (192,37,171). Sum of RGB (Red+Green+Blue) = 192+37+171=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C025AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C025AB is #3FDA54. Grayscale: #626262. Windows color (decimal): -4184661 or 11216320. OLE color: 11216320.

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

Color convert

RGB 192 37 171 -
CMYK 0 0.81 0.11 0.25
HSL 308.13º 0.68% 0.45% -
HSV(B) 308.13º 0.81% 0.75% -
XYZ 29.75 15.47 39.95 -
YUV 98.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 192 37 171 0 0.81 0.11 0.25 308.13 0.68 0.45
Hex C0 25 AB 0 51 B 19 134 44 2D
Octal 300 45 253 0 121 13 31 464 104 55
Binary 11000000 100101 10101011 0 1010001 1011 11001 100110100 1000100 101101

Color Harmonies of #C025AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C025AB

Black with #C025AB

Text Example


Text Example

White with #C025AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C025AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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