Html Css Color HEX #C3066E Medium Violet Red

📋 copy color: '#C3066E'

red 195 ◦ green 6 ◦ blue 110

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

Shades of Medium Violet Red #C3066E

Tints of Medium Violet Red #C3066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.93%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 62.7%
G = 1.93%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3066E (or 0xC3066E) is known color: Medium Violet Red. HEX triplet: C3, 06 and 6E. RGB value is (195,6,110). Sum of RGB (Red+Green+Blue) = 195+6+110=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3066E is #3CF991. Grayscale: #4A4A4A. Windows color (decimal): -3996050 or 7210691. OLE color: 7210691.

HSL color Cylindrical-coordinate representation of color #C3066E: hue angle of 326.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C3066E is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 6 110 -
CMYK 0 0.97 0.44 0.24
HSL 326.98º 0.94% 0.39% -
HSV(B) 326.98º 0.97% 0.76% -
XYZ 25.39 12.86 15.9 -
YUV 74.37 148.12 214.04 -
System Red Green Blue C M Y K H S L
Decimal 195 6 110 0 0.97 0.44 0.24 326.98 0.94 0.39
Hex C3 6 6E 0 61 2C 18 147 5E 27
Octal 303 6 156 0 141 54 30 507 136 47
Binary 11000011 110 1101110 0 1100001 101100 11000 101000111 1011110 100111

Color Harmonies of #C3066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3066E

Black with #C3066E

Text Example


Text Example

White with #C3066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3066E; }

 p { color: rgb(195,6,110); }

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

background-color css

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

 a { background-color: rgb(195,6,110); }

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

border-color css

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

 span { border-color: rgb(195,6,110); }

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