Html Css Color HEX #C830AB Medium Red Violet

📋 copy color: '#C830AB'

red 200 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #C830AB

Tints of Medium Red Violet #C830AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.81%

R = 47.73%
G = 11.46%
B = 40.81%

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

#C830AB (or 0xC830AB) is known color: Medium Red Violet. HEX triplet: C8, 30 and AB. RGB value is (200,48,171). Sum of RGB (Red+Green+Blue) = 200+48+171=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C830AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C830AB is #37CF54. Grayscale: #6B6B6B. Windows color (decimal): -3657557 or 11219144. OLE color: 11219144.

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

Color convert

RGB 200 48 171 -
CMYK 0 0.76 0.14 0.22
HSL 311.45º 0.61% 0.49% -
HSV(B) 311.45º 0.76% 0.78% -
XYZ 32.23 17.33 40.18 -
YUV 107.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 200 48 171 0 0.76 0.14 0.22 311.45 0.61 0.49
Hex C8 30 AB 0 4C E 16 137 3D 31
Octal 310 60 253 0 114 16 26 467 75 61
Binary 11001000 110000 10101011 0 1001100 1110 10110 100110111 111101 110001

Color Harmonies of #C830AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C830AB

Black with #C830AB

Text Example


Text Example

White with #C830AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C830AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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