Html Css Color HEX #C01CA7 Medium Violet Red

📋 copy color: '#C01CA7'

red 192 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #C01CA7

Tints of Medium Violet Red #C01CA7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.24%

 BLUE value IS 167 (65.63% from 255) = 43.15%

R = 49.61%
G = 7.24%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C01CA7 (or 0xC01CA7) is known color: Medium Violet Red. HEX triplet: C0, 1C and A7. RGB value is (192,28,167). Sum of RGB (Red+Green+Blue) = 192+28+167=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 167 (65.62% from 255 or 43.15% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01CA7 is #3FE358. Grayscale: #5C5C5C. Windows color (decimal): -4186969 or 10951872. OLE color: 10951872.

HSL color Cylindrical-coordinate representation of color #C01CA7: hue angle of 309.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CA7 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 28 167 -
CMYK 0 0.85 0.13 0.25
HSL 309.15º 0.75% 0.43% -
HSV(B) 309.15º 0.85% 0.75% -
XYZ 29.13 14.83 37.89 -
YUV 92.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 192 28 167 0 0.85 0.13 0.25 309.15 0.75 0.43
Hex C0 1C A7 0 55 D 19 135 4B 2B
Octal 300 34 247 0 125 15 31 465 113 53
Binary 11000000 11100 10100111 0 1010101 1101 11001 100110101 1001011 101011

Color Harmonies of #C01CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CA7

Black with #C01CA7

Text Example


Text Example

White with #C01CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CA7; }

 p { color: rgb(192,28,167); }

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

background-color css

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

 a { background-color: rgb(192,28,167); }

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

border-color css

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

 span { border-color: rgb(192,28,167); }

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