Html Css Color HEX #C00278 Medium Violet Red

📋 copy color: '#C00278'

red 192 ◦ green 2 ◦ blue 120

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

Shades of Medium Violet Red #C00278

Tints of Medium Violet Red #C00278

RGB

 RED value IS 192 (75.39% from 255) = 61.15%

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 61.15%
G = 0.64%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00278 (or 0xC00278) is known color: Medium Violet Red. HEX triplet: C0, 02 and 78. RGB value is (192,2,120). Sum of RGB (Red+Green+Blue) = 192+2+120=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00278 is #3FFD87. Grayscale: #474747. Windows color (decimal): -4193672 or 7865024. OLE color: 7865024.

HSL color Cylindrical-coordinate representation of color #C00278: hue angle of 322.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00278 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 2 120 -
CMYK 0 0.99 0.38 0.25
HSL 322.74º 0.98% 0.38% -
HSV(B) 322.74º 0.99% 0.75% -
XYZ 25.15 12.61 18.88 -
YUV 72.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 192 2 120 0 0.99 0.38 0.25 322.74 0.98 0.38
Hex C0 2 78 0 63 26 19 143 62 26
Octal 300 2 170 0 143 46 31 503 142 46
Binary 11000000 10 1111000 0 1100011 100110 11001 101000011 1100010 100110

Color Harmonies of #C00278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00278

Black with #C00278

Text Example


Text Example

White with #C00278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00278; }

 p { color: rgb(192,2,120); }

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

background-color css

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

 a { background-color: rgb(192,2,120); }

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

border-color css

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

 span { border-color: rgb(192,2,120); }

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