Html Css Color HEX #C30D7D Medium Violet Red

📋 copy color: '#C30D7D'

red 195 ◦ green 13 ◦ blue 125

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

Shades of Medium Violet Red #C30D7D

Tints of Medium Violet Red #C30D7D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.9%

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

R = 58.56%
G = 3.9%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C30D7D (or 0xC30D7D) is known color: Medium Violet Red. HEX triplet: C3, 0D and 7D. RGB value is (195,13,125). Sum of RGB (Red+Green+Blue) = 195+13+125=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D7D is #3CF282. Grayscale: #4F4F4F. Windows color (decimal): -3994243 or 8195523. OLE color: 8195523.

HSL color Cylindrical-coordinate representation of color #C30D7D: hue angle of 323.08º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D7D is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 13 125 -
CMYK 0 0.93 0.36 0.24
HSL 323.08º 0.88% 0.41% -
HSV(B) 323.08º 0.93% 0.76% -
XYZ 26.35 13.37 20.59 -
YUV 80.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 195 13 125 0 0.93 0.36 0.24 323.08 0.88 0.41
Hex C3 D 7D 0 5D 24 18 143 58 29
Octal 303 15 175 0 135 44 30 503 130 51
Binary 11000011 1101 1111101 0 1011101 100100 11000 101000011 1011000 101001

Color Harmonies of #C30D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30D7D

Black with #C30D7D

Text Example


Text Example

White with #C30D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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