Html Css Color HEX #C2368D Medium Red Violet

📋 copy color: '#C2368D'

red 194 ◦ green 54 ◦ blue 141

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

Shades of Medium Red Violet #C2368D

Tints of Medium Red Violet #C2368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.25%

R = 49.87%
G = 13.88%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2368D (or 0xC2368D) is known color: Medium Red Violet. HEX triplet: C2, 36 and 8D. RGB value is (194,54,141). Sum of RGB (Red+Green+Blue) = 194+54+141=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2368D is #3DC972. Grayscale: #696969. Windows color (decimal): -4049267 or 9254594. OLE color: 9254594.

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

Color convert

RGB 194 54 141 -
CMYK 0 0.72 0.27 0.24
HSL 322.71º 0.56% 0.49% -
HSV(B) 322.71º 0.72% 0.76% -
XYZ 28.38 16.03 26.8 -
YUV 105.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 194 54 141 0 0.72 0.27 0.24 322.71 0.56 0.49
Hex C2 36 8D 0 48 1B 18 143 38 31
Octal 302 66 215 0 110 33 30 503 70 61
Binary 11000010 110110 10001101 0 1001000 11011 11000 101000011 111000 110001

Color Harmonies of #C2368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2368D

Black with #C2368D

Text Example


Text Example

White with #C2368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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