Html Css Color HEX #C3006D Medium Violet Red

📋 copy color: '#C3006D'

red 195 ◦ green 0 ◦ blue 109

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

Shades of Medium Violet Red #C3006D

Tints of Medium Violet Red #C3006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 64.14%
G = 0%
B = 35.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3006D (or 0xC3006D) is known color: Medium Violet Red. HEX triplet: C3, 00 and 6D. RGB value is (195,0,109). Sum of RGB (Red+Green+Blue) = 195+0+109=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3006D is #3CFF92. Grayscale: #464646. Windows color (decimal): -3997587 or 7143619. OLE color: 7143619.

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

Color convert

RGB 195 0 109 -
CMYK 0 1 0.44 0.24
HSL 326.46º 1% 0.38% -
HSV(B) 326.46º 1% 0.76% -
XYZ 25.27 12.71 15.59 -
YUV 70.73 149.6 216.64 -
System Red Green Blue C M Y K H S L
Decimal 195 0 109 0 1 0.44 0.24 326.46 1 0.38
Hex C3 0 6D 0 64 2C 18 146 64 26
Octal 303 0 155 0 144 54 30 506 144 46
Binary 11000011 0 1101101 0 1100100 101100 11000 101000110 1100100 100110

Color Harmonies of #C3006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3006D

Black with #C3006D

Text Example


Text Example

White with #C3006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3006D; }

 p { color: rgb(195,0,109); }

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

background-color css

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

 a { background-color: rgb(195,0,109); }

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

border-color css

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

 span { border-color: rgb(195,0,109); }

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