Html Css Color HEX #C30872 Medium Violet Red

📋 copy color: '#C30872'

red 195 ◦ green 8 ◦ blue 114

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

Shades of Medium Violet Red #C30872

Tints of Medium Violet Red #C30872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 61.51%
G = 2.52%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C30872 (or 0xC30872) is known color: Medium Violet Red. HEX triplet: C3, 08 and 72. RGB value is (195,8,114). Sum of RGB (Red+Green+Blue) = 195+8+114=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C30872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30872 is #3CF78D. Grayscale: #4B4B4B. Windows color (decimal): -3995534 or 7473347. OLE color: 7473347.

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

Color convert

RGB 195 8 114 -
CMYK 0 0.96 0.42 0.24
HSL 325.99º 0.92% 0.4% -
HSV(B) 325.99º 0.96% 0.76% -
XYZ 25.63 12.99 17.08 -
YUV 76 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 195 8 114 0 0.96 0.42 0.24 325.99 0.92 0.4
Hex C3 8 72 0 60 2A 18 146 5C 28
Octal 303 10 162 0 140 52 30 506 134 50
Binary 11000011 1000 1110010 0 1100000 101010 11000 101000110 1011100 101000

Color Harmonies of #C30872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30872

Black with #C30872

Text Example


Text Example

White with #C30872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30872; }

 p { color: rgb(195,8,114); }

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

background-color css

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

 a { background-color: rgb(195,8,114); }

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

border-color css

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

 span { border-color: rgb(195,8,114); }

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