Html Css Color HEX #C30C94 Medium Violet Red

📋 copy color: '#C30C94'

red 195 ◦ green 12 ◦ blue 148

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

Shades of Medium Violet Red #C30C94

Tints of Medium Violet Red #C30C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.38%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 54.93%
G = 3.38%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C30C94 (or 0xC30C94) is known color: Medium Violet Red. HEX triplet: C3, 0C and 94. RGB value is (195,12,148). Sum of RGB (Red+Green+Blue) = 195+12+148=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C94 is #3CF36B. Grayscale: #515151. Windows color (decimal): -3994476 or 9702595. OLE color: 9702595.

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

Color convert

RGB 195 12 148 -
CMYK 0 0.94 0.24 0.24
HSL 315.41º 0.88% 0.41% -
HSV(B) 315.41º 0.94% 0.76% -
XYZ 27.98 14 29.25 -
YUV 82.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 195 12 148 0 0.94 0.24 0.24 315.41 0.88 0.41
Hex C3 C 94 0 5E 18 18 13B 58 29
Octal 303 14 224 0 136 30 30 473 130 51
Binary 11000011 1100 10010100 0 1011110 11000 11000 100111011 1011000 101001

Color Harmonies of #C30C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30C94

Black with #C30C94

Text Example


Text Example

White with #C30C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30C94; }

 p { color: rgb(195,12,148); }

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

background-color css

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

 a { background-color: rgb(195,12,148); }

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

border-color css

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

 span { border-color: rgb(195,12,148); }

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