Html Css Color HEX #C2369D Medium Red Violet

📋 copy color: '#C2369D'

red 194 ◦ green 54 ◦ blue 157

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

Shades of Medium Red Violet #C2369D

Tints of Medium Red Violet #C2369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 47.9%
G = 13.33%
B = 38.77%

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

#C2369D (or 0xC2369D) is known color: Medium Red Violet. HEX triplet: C2, 36 and 9D. RGB value is (194,54,157). Sum of RGB (Red+Green+Blue) = 194+54+157=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2369D is #3DC962. Grayscale: #6B6B6B. Windows color (decimal): -4049251 or 10303170. OLE color: 10303170.

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

Color convert

RGB 194 54 157 -
CMYK 0 0.72 0.19 0.24
HSL 315.86º 0.56% 0.49% -
HSV(B) 315.86º 0.72% 0.76% -
XYZ 29.65 16.54 33.53 -
YUV 107.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 194 54 157 0 0.72 0.19 0.24 315.86 0.56 0.49
Hex C2 36 9D 0 48 13 18 13C 38 31
Octal 302 66 235 0 110 23 30 474 70 61
Binary 11000010 110110 10011101 0 1001000 10011 11000 100111100 111000 110001

Color Harmonies of #C2369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2369D

Black with #C2369D

Text Example


Text Example

White with #C2369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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