Html Css Color HEX #C3007D Medium Violet Red

📋 copy color: '#C3007D'

red 195 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #C3007D

Tints of Medium Violet Red #C3007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 60.94%
G = 0%
B = 39.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3007D (or 0xC3007D) is known color: Medium Violet Red. HEX triplet: C3, 00 and 7D. RGB value is (195,0,125). Sum of RGB (Red+Green+Blue) = 195+0+125=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3007D is #3CFF82. Grayscale: #484848. Windows color (decimal): -3997571 or 8192195. OLE color: 8192195.

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

Color convert

RGB 195 0 125 -
CMYK 0 1 0.36 0.24
HSL 321.54º 1% 0.38% -
HSV(B) 321.54º 1% 0.76% -
XYZ 26.21 13.08 20.55 -
YUV 72.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 195 0 125 0 1 0.36 0.24 321.54 1 0.38
Hex C3 0 7D 0 64 24 18 142 64 26
Octal 303 0 175 0 144 44 30 502 144 46
Binary 11000011 0 1111101 0 1100100 100100 11000 101000010 1100100 100110

Color Harmonies of #C3007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3007D

Black with #C3007D

Text Example


Text Example

White with #C3007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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