Html Css Color HEX #C2248A Medium Violet Red

📋 copy color: '#C2248A'

red 194 ◦ green 36 ◦ blue 138

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

Shades of Medium Violet Red #C2248A

Tints of Medium Violet Red #C2248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 52.72%
G = 9.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2248A (or 0xC2248A) is known color: Medium Violet Red. HEX triplet: C2, 24 and 8A. RGB value is (194,36,138). Sum of RGB (Red+Green+Blue) = 194+36+138=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2248A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2248A is #3DDB75. Grayscale: #5E5E5E. Windows color (decimal): -4053878 or 9053378. OLE color: 9053378.

HSL color Cylindrical-coordinate representation of color #C2248A: hue angle of 321.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2248A is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 36 138 -
CMYK 0 0.81 0.29 0.24
HSL 321.27º 0.69% 0.45% -
HSV(B) 321.27º 0.81% 0.76% -
XYZ 27.47 14.57 25.41 -
YUV 94.87 152.35 198.71 -
System Red Green Blue C M Y K H S L
Decimal 194 36 138 0 0.81 0.29 0.24 321.27 0.69 0.45
Hex C2 24 8A 0 51 1D 18 141 45 2D
Octal 302 44 212 0 121 35 30 501 105 55
Binary 11000010 100100 10001010 0 1010001 11101 11000 101000001 1000101 101101

Color Harmonies of #C2248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2248A

Black with #C2248A

Text Example


Text Example

White with #C2248A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2248A; }

 p { color: rgb(194,36,138); }

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

background-color css

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

 a { background-color: rgb(194,36,138); }

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

border-color css

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

 span { border-color: rgb(194,36,138); }

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