Html Css Color HEX #C2369E Medium Red Violet

📋 copy color: '#C2369E'

red 194 ◦ green 54 ◦ blue 158

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

Shades of Medium Red Violet #C2369E

Tints of Medium Red Violet #C2369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 47.78%
G = 13.3%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2369E (or 0xC2369E) is known color: Medium Red Violet. HEX triplet: C2, 36 and 9E. RGB value is (194,54,158). Sum of RGB (Red+Green+Blue) = 194+54+158=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2369E is #3DC961. Grayscale: #6B6B6B. Windows color (decimal): -4049250 or 10368706. OLE color: 10368706.

HSL color Cylindrical-coordinate representation of color #C2369E: hue angle of 315.43º 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 #C2369E is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 54 158 -
CMYK 0 0.72 0.19 0.24
HSL 315.43º 0.56% 0.49% -
HSV(B) 315.43º 0.72% 0.76% -
XYZ 29.74 16.58 33.98 -
YUV 107.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 194 54 158 0 0.72 0.19 0.24 315.43 0.56 0.49
Hex C2 36 9E 0 48 13 18 13B 38 31
Octal 302 66 236 0 110 23 30 473 70 61
Binary 11000010 110110 10011110 0 1001000 10011 11000 100111011 111000 110001

Color Harmonies of #C2369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2369E

Black with #C2369E

Text Example


Text Example

White with #C2369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2369E; }

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

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

background-color css

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

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

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

border-color css

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

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

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