Html Css Color HEX #C3016F Medium Violet Red

📋 copy color: '#C3016F'

red 195 ◦ green 1 ◦ blue 111

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

Shades of Medium Violet Red #C3016F

Tints of Medium Violet Red #C3016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 63.52%
G = 0.33%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3016F (or 0xC3016F) is known color: Medium Violet Red. HEX triplet: C3, 01 and 6F. RGB value is (195,1,111). Sum of RGB (Red+Green+Blue) = 195+1+111=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3016F is #3CFE90. Grayscale: #474747. Windows color (decimal): -3997329 or 7274947. OLE color: 7274947.

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

Color convert

RGB 195 1 111 -
CMYK 0 0.99 0.43 0.24
HSL 325.98º 0.99% 0.38% -
HSV(B) 325.98º 0.99% 0.76% -
XYZ 25.39 12.77 16.17 -
YUV 71.55 150.27 216.06 -
System Red Green Blue C M Y K H S L
Decimal 195 1 111 0 0.99 0.43 0.24 325.98 0.99 0.38
Hex C3 1 6F 0 63 2B 18 146 63 26
Octal 303 1 157 0 143 53 30 506 143 46
Binary 11000011 1 1101111 0 1100011 101011 11000 101000110 1100011 100110

Color Harmonies of #C3016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3016F

Black with #C3016F

Text Example


Text Example

White with #C3016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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