Html Css Color HEX #C2047A Medium Violet Red

📋 copy color: '#C2047A'

red 194 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #C2047A

Tints of Medium Violet Red #C2047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

 BLUE value IS 122 (48.05% from 255) = 38.13%

R = 60.63%
G = 1.25%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2047A (or 0xC2047A) is known color: Medium Violet Red. HEX triplet: C2, 04 and 7A. RGB value is (194,4,122). Sum of RGB (Red+Green+Blue) = 194+4+122=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2047A is #3DFB85. Grayscale: #494949. Windows color (decimal): -4062086 or 7996610. OLE color: 7996610.

HSL color Cylindrical-coordinate representation of color #C2047A: hue angle of 322.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2047A is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 122 -
CMYK 0 0.98 0.37 0.24
HSL 322.74º 0.96% 0.39% -
HSV(B) 322.74º 0.98% 0.76% -
XYZ 25.8 12.96 19.55 -
YUV 74.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 194 4 122 0 0.98 0.37 0.24 322.74 0.96 0.39
Hex C2 4 7A 0 62 25 18 143 60 27
Octal 302 4 172 0 142 45 30 503 140 47
Binary 11000010 100 1111010 0 1100010 100101 11000 101000011 1100000 100111

Color Harmonies of #C2047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2047A

Black with #C2047A

Text Example


Text Example

White with #C2047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2047A; }

 p { color: rgb(194,4,122); }

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

background-color css

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

 a { background-color: rgb(194,4,122); }

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

border-color css

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

 span { border-color: rgb(194,4,122); }

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