Html Css Color HEX #C30B6E Medium Violet Red

📋 copy color: '#C30B6E'

red 195 ◦ green 11 ◦ blue 110

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

Shades of Medium Violet Red #C30B6E

Tints of Medium Violet Red #C30B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 61.71%
G = 3.48%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C30B6E (or 0xC30B6E) is known color: Medium Violet Red. HEX triplet: C3, 0B and 6E. RGB value is (195,11,110). Sum of RGB (Red+Green+Blue) = 195+11+110=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30B6E is #3CF491. Grayscale: #4D4D4D. Windows color (decimal): -3994770 or 7211971. OLE color: 7211971.

HSL color Cylindrical-coordinate representation of color #C30B6E: hue angle of 327.72º 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 #C30B6E is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 11 110 -
CMYK 0 0.94 0.44 0.24
HSL 327.72º 0.89% 0.4% -
HSV(B) 327.72º 0.94% 0.76% -
XYZ 25.44 12.97 15.91 -
YUV 77.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 195 11 110 0 0.94 0.44 0.24 327.72 0.89 0.4
Hex C3 B 6E 0 5E 2C 18 148 59 28
Octal 303 13 156 0 136 54 30 510 131 50
Binary 11000011 1011 1101110 0 1011110 101100 11000 101001000 1011001 101000

Color Harmonies of #C30B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30B6E

Black with #C30B6E

Text Example


Text Example

White with #C30B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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