Html Css Color HEX #C21868 Medium Violet Red

📋 copy color: '#C21868'

red 194 ◦ green 24 ◦ blue 104

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

Shades of Medium Violet Red #C21868

Tints of Medium Violet Red #C21868

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.45%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 60.25%
G = 7.45%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C21868 (or 0xC21868) is known color: Medium Violet Red. HEX triplet: C2, 18 and 68. RGB value is (194,24,104). Sum of RGB (Red+Green+Blue) = 194+24+104=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C21868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21868 is #3DE797. Grayscale: #535353. Windows color (decimal): -4056984 or 6822082. OLE color: 6822082.

HSL color Cylindrical-coordinate representation of color #C21868: hue angle of 331.76º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21868 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 104 -
CMYK 0 0.88 0.46 0.24
HSL 331.76º 0.78% 0.43% -
HSV(B) 331.76º 0.88% 0.76% -
XYZ 25.07 13.12 14.31 -
YUV 83.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 194 24 104 0 0.88 0.46 0.24 331.76 0.78 0.43
Hex C2 18 68 0 58 2E 18 14C 4E 2B
Octal 302 30 150 0 130 56 30 514 116 53
Binary 11000010 11000 1101000 0 1011000 101110 11000 101001100 1001110 101011

Color Harmonies of #C21868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21868

Black with #C21868

Text Example


Text Example

White with #C21868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21868; }

 p { color: rgb(194,24,104); }

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

background-color css

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

 a { background-color: rgb(194,24,104); }

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

border-color css

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

 span { border-color: rgb(194,24,104); }

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