Html Css Color HEX #C0067F Medium Violet Red

📋 copy color: '#C0067F'

red 192 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #C0067F

Tints of Medium Violet Red #C0067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 127 (50% from 255) = 39.08%

R = 59.08%
G = 1.85%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0067F (or 0xC0067F) is known color: Medium Violet Red. HEX triplet: C0, 06 and 7F. RGB value is (192,6,127). Sum of RGB (Red+Green+Blue) = 192+6+127=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C0067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0067F is #3FF980. Grayscale: #4B4B4B. Windows color (decimal): -4192641 or 8324800. OLE color: 8324800.

HSL color Cylindrical-coordinate representation of color #C0067F: hue angle of 320.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0067F is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 127 -
CMYK 0 0.97 0.34 0.25
HSL 320.97º 0.94% 0.39% -
HSV(B) 320.97º 0.97% 0.75% -
XYZ 25.63 12.87 21.21 -
YUV 75.41 157.12 211.16 -
System Red Green Blue C M Y K H S L
Decimal 192 6 127 0 0.97 0.34 0.25 320.97 0.94 0.39
Hex C0 6 7F 0 61 22 19 141 5E 27
Octal 300 6 177 0 141 42 31 501 136 47
Binary 11000000 110 1111111 0 1100001 100010 11001 101000001 1011110 100111

Color Harmonies of #C0067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0067F

Black with #C0067F

Text Example


Text Example

White with #C0067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0067F; }

 p { color: rgb(192,6,127); }

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

background-color css

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

 a { background-color: rgb(192,6,127); }

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

border-color css

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

 span { border-color: rgb(192,6,127); }

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