Html Css Color HEX #C3017F Medium Violet Red

📋 copy color: '#C3017F'

red 195 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #C3017F

Tints of Medium Violet Red #C3017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.32%

R = 60.37%
G = 0.31%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3017F (or 0xC3017F) is known color: Medium Violet Red. HEX triplet: C3, 01 and 7F. RGB value is (195,1,127). Sum of RGB (Red+Green+Blue) = 195+1+127=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3017F is #3CFE80. Grayscale: #494949. Windows color (decimal): -3997313 or 8323523. OLE color: 8323523.

HSL color Cylindrical-coordinate representation of color #C3017F: hue angle of 321.03º 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 #C3017F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 1 127 -
CMYK 0 0.99 0.35 0.24
HSL 321.03º 0.99% 0.38% -
HSV(B) 321.03º 0.99% 0.76% -
XYZ 26.35 13.16 21.23 -
YUV 73.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 195 1 127 0 0.99 0.35 0.24 321.03 0.99 0.38
Hex C3 1 7F 0 63 23 18 141 63 26
Octal 303 1 177 0 143 43 30 501 143 46
Binary 11000011 1 1111111 0 1100011 100011 11000 101000001 1100011 100110

Color Harmonies of #C3017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3017F

Black with #C3017F

Text Example


Text Example

White with #C3017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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