Html Css Color HEX #C830A6 Medium Red Violet

📋 copy color: '#C830A6'

red 200 ◦ green 48 ◦ blue 166

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

Shades of Medium Red Violet #C830A6

Tints of Medium Red Violet #C830A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.1%

R = 48.31%
G = 11.59%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C830A6 (or 0xC830A6) is known color: Medium Red Violet. HEX triplet: C8, 30 and A6. RGB value is (200,48,166). Sum of RGB (Red+Green+Blue) = 200+48+166=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C830A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830A6 is #37CF59. Grayscale: #6A6A6A. Windows color (decimal): -3657562 or 10891464. OLE color: 10891464.

HSL color Cylindrical-coordinate representation of color #C830A6: hue angle of 313.42º 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 #C830A6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 166 -
CMYK 0 0.76 0.17 0.22
HSL 313.42º 0.61% 0.49% -
HSV(B) 313.42º 0.76% 0.78% -
XYZ 31.76 17.15 37.71 -
YUV 106.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 200 48 166 0 0.76 0.17 0.22 313.42 0.61 0.49
Hex C8 30 A6 0 4C 11 16 139 3D 31
Octal 310 60 246 0 114 21 26 471 75 61
Binary 11001000 110000 10100110 0 1001100 10001 10110 100111001 111101 110001

Color Harmonies of #C830A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830A6

Black with #C830A6

Text Example


Text Example

White with #C830A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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