Html Css Color HEX #C3017A Medium Violet Red

📋 copy color: '#C3017A'

red 195 ◦ green 1 ◦ blue 122

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

Shades of Medium Violet Red #C3017A

Tints of Medium Violet Red #C3017A

RGB

 RED value IS 195 (76.56% from 255) = 61.32%

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 122 (48.05% from 255) = 38.36%

R = 61.32%
G = 0.31%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3017A (or 0xC3017A) is known color: Medium Violet Red. HEX triplet: C3, 01 and 7A. RGB value is (195,1,122). Sum of RGB (Red+Green+Blue) = 195+1+122=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C3017A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3017A is #3CFE85. Grayscale: #484848. Windows color (decimal): -3997318 or 7995843. OLE color: 7995843.

HSL color Cylindrical-coordinate representation of color #C3017A: hue angle of 322.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3017A is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 122 -
CMYK 0 0.99 0.37 0.24
HSL 322.58º 0.99% 0.38% -
HSV(B) 322.58º 0.99% 0.76% -
XYZ 26.03 13.03 19.56 -
YUV 72.8 155.77 215.16 -
System Red Green Blue C M Y K H S L
Decimal 195 1 122 0 0.99 0.37 0.24 322.58 0.99 0.38
Hex C3 1 7A 0 63 25 18 143 63 26
Octal 303 1 172 0 143 45 30 503 143 46
Binary 11000011 1 1111010 0 1100011 100101 11000 101000011 1100011 100110

Color Harmonies of #C3017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3017A

Black with #C3017A

Text Example


Text Example

White with #C3017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3017A; }

 p { color: rgb(195,1,122); }

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

background-color css

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

 a { background-color: rgb(195,1,122); }

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

border-color css

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

 span { border-color: rgb(195,1,122); }

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