Html Css Color HEX #C3009D Medium Violet Red

📋 copy color: '#C3009D'

red 195 ◦ green 0 ◦ blue 157

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

Shades of Medium Violet Red #C3009D

Tints of Medium Violet Red #C3009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 55.4%
G = 0%
B = 44.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3009D (or 0xC3009D) is known color: Medium Violet Red. HEX triplet: C3, 00 and 9D. RGB value is (195,0,157). Sum of RGB (Red+Green+Blue) = 195+0+157=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3009D is #3CFF62. Grayscale: #4B4B4B. Windows color (decimal): -3997539 or 10289347. OLE color: 10289347.

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

Color convert

RGB 195 0 157 -
CMYK 0 1 0.19 0.24
HSL 311.69º 1% 0.38% -
HSV(B) 311.69º 1% 0.76% -
XYZ 28.59 14.04 33.1 -
YUV 76.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 195 0 157 0 1 0.19 0.24 311.69 1 0.38
Hex C3 0 9D 0 64 13 18 138 64 26
Octal 303 0 235 0 144 23 30 470 144 46
Binary 11000011 0 10011101 0 1100100 10011 11000 100111000 1100100 100110

Color Harmonies of #C3009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3009D

Black with #C3009D

Text Example


Text Example

White with #C3009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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