Html Css Color HEX #C3017E Medium Violet Red

📋 copy color: '#C3017E'

red 195 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #C3017E

Tints of Medium Violet Red #C3017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 60.56%
G = 0.31%
B = 39.13%

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

#C3017E (or 0xC3017E) is known color: Medium Violet Red. HEX triplet: C3, 01 and 7E. RGB value is (195,1,126). Sum of RGB (Red+Green+Blue) = 195+1+126=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C3017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3017E is #3CFE81. Grayscale: #484848. Windows color (decimal): -3997314 or 8257987. OLE color: 8257987.

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

Color convert

RGB 195 1 126 -
CMYK 0 0.99 0.35 0.24
HSL 321.34º 0.99% 0.38% -
HSV(B) 321.34º 0.99% 0.76% -
XYZ 26.28 13.13 20.89 -
YUV 73.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 195 1 126 0 0.99 0.35 0.24 321.34 0.99 0.38
Hex C3 1 7E 0 63 23 18 141 63 26
Octal 303 1 176 0 143 43 30 501 143 46
Binary 11000011 1 1111110 0 1100011 100011 11000 101000001 1100011 100110

Color Harmonies of #C3017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3017E

Black with #C3017E

Text Example


Text Example

White with #C3017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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