Html Css Color HEX #C30B74 Medium Violet Red

📋 copy color: '#C30B74'

red 195 ◦ green 11 ◦ blue 116

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

Shades of Medium Violet Red #C30B74

Tints of Medium Violet Red #C30B74

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.42%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 60.56%
G = 3.42%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C30B74 (or 0xC30B74) is known color: Medium Violet Red. HEX triplet: C3, 0B and 74. RGB value is (195,11,116). Sum of RGB (Red+Green+Blue) = 195+11+116=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B74 is #3CF48B. Grayscale: #4D4D4D. Windows color (decimal): -3994764 or 7605187. OLE color: 7605187.

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

Color convert

RGB 195 11 116 -
CMYK 0 0.94 0.41 0.24
HSL 325.76º 0.89% 0.4% -
HSV(B) 325.76º 0.94% 0.76% -
XYZ 25.78 13.1 17.69 -
YUV 77.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 195 11 116 0 0.94 0.41 0.24 325.76 0.89 0.4
Hex C3 B 74 0 5E 29 18 146 59 28
Octal 303 13 164 0 136 51 30 506 131 50
Binary 11000011 1011 1110100 0 1011110 101001 11000 101000110 1011001 101000

Color Harmonies of #C30B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B74

Black with #C30B74

Text Example


Text Example

White with #C30B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B74; }

 p { color: rgb(195,11,116); }

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

background-color css

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

 a { background-color: rgb(195,11,116); }

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

border-color css

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

 span { border-color: rgb(195,11,116); }

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