Html Css Color HEX #C830AC Medium Red Violet

📋 copy color: '#C830AC'

red 200 ◦ green 48 ◦ blue 172

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

Shades of Medium Red Violet #C830AC

Tints of Medium Red Violet #C830AC

RGB

 RED value IS 200 (78.52% from 255) = 47.62%

 GREEN value IS 48 (19.14% from 255) = 11.43%

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 47.62%
G = 11.43%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C830AC (or 0xC830AC) is known color: Medium Red Violet. HEX triplet: C8, 30 and AC. RGB value is (200,48,172). Sum of RGB (Red+Green+Blue) = 200+48+172=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AC is #37CF53. Grayscale: #6B6B6B. Windows color (decimal): -3657556 or 11284680. OLE color: 11284680.

HSL color Cylindrical-coordinate representation of color #C830AC: hue angle of 311.05º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C830AC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 172 -
CMYK 0 0.76 0.14 0.22
HSL 311.05º 0.61% 0.49% -
HSV(B) 311.05º 0.76% 0.78% -
XYZ 32.32 17.37 40.68 -
YUV 107.58 164.36 193.92 -
System Red Green Blue C M Y K H S L
Decimal 200 48 172 0 0.76 0.14 0.22 311.05 0.61 0.49
Hex C8 30 AC 0 4C E 16 137 3D 31
Octal 310 60 254 0 114 16 26 467 75 61
Binary 11001000 110000 10101100 0 1001100 1110 10110 100110111 111101 110001

Color Harmonies of #C830AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830AC

Black with #C830AC

Text Example


Text Example

White with #C830AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830AC; }

 p { color: rgb(200,48,172); }

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

background-color css

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

 a { background-color: rgb(200,48,172); }

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

border-color css

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

 span { border-color: rgb(200,48,172); }

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