Html Css Color HEX #C2267C Medium Red Violet

📋 copy color: '#C2267C'

red 194 ◦ green 38 ◦ blue 124

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

Shades of Medium Red Violet #C2267C

Tints of Medium Red Violet #C2267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 124 (48.83% from 255) = 34.83%

R = 54.49%
G = 10.67%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2267C (or 0xC2267C) is known color: Medium Red Violet. HEX triplet: C2, 26 and 7C. RGB value is (194,38,124). Sum of RGB (Red+Green+Blue) = 194+38+124=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2267C is #3DD983. Grayscale: #5E5E5E. Windows color (decimal): -4053380 or 8136386. OLE color: 8136386.

HSL color Cylindrical-coordinate representation of color #C2267C: hue angle of 326.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2267C is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 124 -
CMYK 0 0.80 0.36 0.24
HSL 326.92º 0.67% 0.45% -
HSV(B) 326.92º 0.8% 0.76% -
XYZ 26.58 14.31 20.43 -
YUV 94.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 194 38 124 0 0.80 0.36 0.24 326.92 0.67 0.45
Hex C2 26 7C 0 50 24 18 147 43 2D
Octal 302 46 174 0 120 44 30 507 103 55
Binary 11000010 100110 1111100 0 1010000 100100 11000 101000111 1000011 101101

Color Harmonies of #C2267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2267C

Black with #C2267C

Text Example


Text Example

White with #C2267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2267C; }

 p { color: rgb(194,38,124); }

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

background-color css

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

 a { background-color: rgb(194,38,124); }

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

border-color css

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

 span { border-color: rgb(194,38,124); }

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