Html Css Color HEX #C3016C Medium Violet Red

📋 copy color: '#C3016C'

red 195 ◦ green 1 ◦ blue 108

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

Shades of Medium Violet Red #C3016C

Tints of Medium Violet Red #C3016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 64.14%
G = 0.33%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3016C (or 0xC3016C) is known color: Medium Violet Red. HEX triplet: C3, 01 and 6C. RGB value is (195,1,108). Sum of RGB (Red+Green+Blue) = 195+1+108=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3016C is #3CFE93. Grayscale: #464646. Windows color (decimal): -3997332 or 7078339. OLE color: 7078339.

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

Color convert

RGB 195 1 108 -
CMYK 0 0.99 0.45 0.24
HSL 326.91º 0.99% 0.38% -
HSV(B) 326.91º 0.99% 0.76% -
XYZ 25.22 12.71 15.31 -
YUV 71.2 148.77 216.3 -
System Red Green Blue C M Y K H S L
Decimal 195 1 108 0 0.99 0.45 0.24 326.91 0.99 0.38
Hex C3 1 6C 0 63 2D 18 147 63 26
Octal 303 1 154 0 143 55 30 507 143 46
Binary 11000011 1 1101100 0 1100011 101101 11000 101000111 1100011 100110

Color Harmonies of #C3016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3016C

Black with #C3016C

Text Example


Text Example

White with #C3016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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