Html Css Color HEX #C2268D Medium Red Violet

📋 copy color: '#C2268D'

red 194 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #C2268D

Tints of Medium Red Violet #C2268D

RGB

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

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

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

R = 52.01%
G = 10.19%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2268D (or 0xC2268D) is known color: Medium Red Violet. HEX triplet: C2, 26 and 8D. RGB value is (194,38,141). Sum of RGB (Red+Green+Blue) = 194+38+141=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2268D is #3DD972. Grayscale: #606060. Windows color (decimal): -4053363 or 9250498. OLE color: 9250498.

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

Color convert

RGB 194 38 141 -
CMYK 0 0.80 0.27 0.24
HSL 320.38º 0.67% 0.45% -
HSV(B) 320.38º 0.8% 0.76% -
XYZ 27.75 14.78 26.59 -
YUV 96.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 194 38 141 0 0.80 0.27 0.24 320.38 0.67 0.45
Hex C2 26 8D 0 50 1B 18 140 43 2D
Octal 302 46 215 0 120 33 30 500 103 55
Binary 11000010 100110 10001101 0 1010000 11011 11000 101000000 1000011 101101

Color Harmonies of #C2268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2268D

Black with #C2268D

Text Example


Text Example

White with #C2268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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