Html Css Color HEX #C23482 Medium Red Violet

📋 copy color: '#C23482'

red 194 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #C23482

Tints of Medium Red Violet #C23482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 130 (51.17% from 255) = 34.57%

R = 51.6%
G = 13.83%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C23482 (or 0xC23482) is known color: Medium Red Violet. HEX triplet: C2, 34 and 82. RGB value is (194,52,130). Sum of RGB (Red+Green+Blue) = 194+52+130=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23482 is #3DCB7D. Grayscale: #676767. Windows color (decimal): -4049790 or 8533186. OLE color: 8533186.

HSL color Cylindrical-coordinate representation of color #C23482: hue angle of 327.04º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23482 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 130 -
CMYK 0 0.73 0.33 0.24
HSL 327.04º 0.58% 0.48% -
HSV(B) 327.04º 0.73% 0.76% -
XYZ 27.51 15.54 22.67 -
YUV 103.35 143.04 192.66 -
System Red Green Blue C M Y K H S L
Decimal 194 52 130 0 0.73 0.33 0.24 327.04 0.58 0.48
Hex C2 34 82 0 49 21 18 147 3A 30
Octal 302 64 202 0 111 41 30 507 72 60
Binary 11000010 110100 10000010 0 1001001 100001 11000 101000111 111010 110000

Color Harmonies of #C23482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23482

Black with #C23482

Text Example


Text Example

White with #C23482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23482; }

 p { color: rgb(194,52,130); }

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

background-color css

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

 a { background-color: rgb(194,52,130); }

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

border-color css

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

 span { border-color: rgb(194,52,130); }

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