Html Css Color HEX #C230AB Medium Red Violet

📋 copy color: '#C230AB'

red 194 ◦ green 48 ◦ blue 171

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

Shades of Medium Red Violet #C230AB

Tints of Medium Red Violet #C230AB

RGB

 RED value IS 194 (76.17% from 255) = 46.97%

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

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

R = 46.97%
G = 11.62%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C230AB (or 0xC230AB) is known color: Medium Red Violet. HEX triplet: C2, 30 and AB. RGB value is (194,48,171). Sum of RGB (Red+Green+Blue) = 194+48+171=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C230AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230AB is #3DCF54. Grayscale: #696969. Windows color (decimal): -4050773 or 11219138. OLE color: 11219138.

HSL color Cylindrical-coordinate representation of color #C230AB: hue angle of 309.45º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230AB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 48 171 -
CMYK 0 0.75 0.12 0.24
HSL 309.45º 0.6% 0.47% -
HSV(B) 309.45º 0.75% 0.76% -
XYZ 30.66 16.52 40.1 -
YUV 105.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 194 48 171 0 0.75 0.12 0.24 309.45 0.6 0.47
Hex C2 30 AB 0 4B C 18 135 3C 2F
Octal 302 60 253 0 113 14 30 465 74 57
Binary 11000010 110000 10101011 0 1001011 1100 11000 100110101 111100 101111

Color Harmonies of #C230AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C230AB

Black with #C230AB

Text Example


Text Example

White with #C230AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C230AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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