Html Css Color HEX #C21768 Medium Violet Red

📋 copy color: '#C21768'

red 194 ◦ green 23 ◦ blue 104

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

Shades of Medium Violet Red #C21768

Tints of Medium Violet Red #C21768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 60.44%
G = 7.17%
B = 32.4%

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

#C21768 (or 0xC21768) is known color: Medium Violet Red. HEX triplet: C2, 17 and 68. RGB value is (194,23,104). Sum of RGB (Red+Green+Blue) = 194+23+104=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C21768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21768 is #3DE897. Grayscale: #535353. Windows color (decimal): -4057240 or 6821826. OLE color: 6821826.

HSL color Cylindrical-coordinate representation of color #C21768: hue angle of 331.58º degrees, saturation: 0.79, 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 #C21768 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 104 -
CMYK 0 0.88 0.46 0.24
HSL 331.58º 0.79% 0.43% -
HSV(B) 331.58º 0.88% 0.76% -
XYZ 25.05 13.08 14.3 -
YUV 83.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 194 23 104 0 0.88 0.46 0.24 331.58 0.79 0.43
Hex C2 17 68 0 58 2E 18 14C 4F 2B
Octal 302 27 150 0 130 56 30 514 117 53
Binary 11000010 10111 1101000 0 1011000 101110 11000 101001100 1001111 101011

Color Harmonies of #C21768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21768

Black with #C21768

Text Example


Text Example

White with #C21768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21768; }

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

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

background-color css

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

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

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

border-color css

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

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

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