Html Css Color HEX #C30F7C Medium Violet Red

📋 copy color: '#C30F7C'

red 195 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #C30F7C

Tints of Medium Violet Red #C30F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.49%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 58.38%
G = 4.49%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C30F7C (or 0xC30F7C) is known color: Medium Violet Red. HEX triplet: C3, 0F and 7C. RGB value is (195,15,124). Sum of RGB (Red+Green+Blue) = 195+15+124=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 15 (6.25% from 255 or 4.49% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F7C is #3CF083. Grayscale: #505050. Windows color (decimal): -3993732 or 8130499. OLE color: 8130499.

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

Color convert

RGB 195 15 124 -
CMYK 0 0.92 0.36 0.24
HSL 323.67º 0.86% 0.41% -
HSV(B) 323.67º 0.92% 0.76% -
XYZ 26.31 13.4 20.27 -
YUV 81.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 195 15 124 0 0.92 0.36 0.24 323.67 0.86 0.41
Hex C3 F 7C 0 5C 24 18 144 56 29
Octal 303 17 174 0 134 44 30 504 126 51
Binary 11000011 1111 1111100 0 1011100 100100 11000 101000100 1010110 101001

Color Harmonies of #C30F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30F7C

Black with #C30F7C

Text Example


Text Example

White with #C30F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30F7C; }

 p { color: rgb(195,15,124); }

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

background-color css

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

 a { background-color: rgb(195,15,124); }

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

border-color css

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

 span { border-color: rgb(195,15,124); }

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