Html Css Color HEX #C2368F Medium Red Violet

📋 copy color: '#C2368F'

red 194 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #C2368F

Tints of Medium Red Violet #C2368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.57%

R = 49.62%
G = 13.81%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2368F (or 0xC2368F) is known color: Medium Red Violet. HEX triplet: C2, 36 and 8F. RGB value is (194,54,143). Sum of RGB (Red+Green+Blue) = 194+54+143=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2368F is #3DC970. Grayscale: #696969. Windows color (decimal): -4049265 or 9385666. OLE color: 9385666.

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

Color convert

RGB 194 54 143 -
CMYK 0 0.72 0.26 0.24
HSL 321.86º 0.56% 0.49% -
HSV(B) 321.86º 0.72% 0.76% -
XYZ 28.53 16.09 27.59 -
YUV 106.01 148.88 190.76 -
System Red Green Blue C M Y K H S L
Decimal 194 54 143 0 0.72 0.26 0.24 321.86 0.56 0.49
Hex C2 36 8F 0 48 1A 18 142 38 31
Octal 302 66 217 0 110 32 30 502 70 61
Binary 11000010 110110 10001111 0 1001000 11010 11000 101000010 111000 110001

Color Harmonies of #C2368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2368F

Black with #C2368F

Text Example


Text Example

White with #C2368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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