Html Css Color HEX #C2367A Medium Red Violet

📋 copy color: '#C2367A'

red 194 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #C2367A

Tints of Medium Red Violet #C2367A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.59%

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

R = 52.43%
G = 14.59%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2367A (or 0xC2367A) is known color: Medium Red Violet. HEX triplet: C2, 36 and 7A. RGB value is (194,54,122). Sum of RGB (Red+Green+Blue) = 194+54+122=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C2367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2367A is #3DC985. Grayscale: #676767. Windows color (decimal): -4049286 or 8009410. OLE color: 8009410.

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

Color convert

RGB 194 54 122 -
CMYK 0 0.72 0.37 0.24
HSL 330.86º 0.56% 0.49% -
HSV(B) 330.86º 0.72% 0.76% -
XYZ 27.08 15.51 19.98 -
YUV 103.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 194 54 122 0 0.72 0.37 0.24 330.86 0.56 0.49
Hex C2 36 7A 0 48 25 18 14B 38 31
Octal 302 66 172 0 110 45 30 513 70 61
Binary 11000010 110110 1111010 0 1001000 100101 11000 101001011 111000 110001

Color Harmonies of #C2367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2367A

Black with #C2367A

Text Example


Text Example

White with #C2367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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