Html Css Color HEX #C4067D Medium Violet Red

📋 copy color: '#C4067D'

red 196 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #C4067D

Tints of Medium Violet Red #C4067D

RGB

 RED value IS 196 (76.95% from 255) = 59.94%

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

 BLUE value IS 125 (49.22% from 255) = 38.23%

R = 59.94%
G = 1.83%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4067D (or 0xC4067D) is known color: Medium Violet Red. HEX triplet: C4, 06 and 7D. RGB value is (196,6,125). Sum of RGB (Red+Green+Blue) = 196+6+125=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4067D is #3BF982. Grayscale: #4C4C4C. Windows color (decimal): -3930499 or 8193732. OLE color: 8193732.

HSL color Cylindrical-coordinate representation of color #C4067D: hue angle of 322.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4067D is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 125 -
CMYK 0 0.97 0.36 0.23
HSL 322.42º 0.94% 0.4% -
HSV(B) 322.42º 0.97% 0.77% -
XYZ 26.53 13.35 20.58 -
YUV 76.38 155.45 213.32 -
System Red Green Blue C M Y K H S L
Decimal 196 6 125 0 0.97 0.36 0.23 322.42 0.94 0.4
Hex C4 6 7D 0 61 24 17 142 5E 28
Octal 304 6 175 0 141 44 27 502 136 50
Binary 11000100 110 1111101 0 1100001 100100 10111 101000010 1011110 101000

Color Harmonies of #C4067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4067D

Black with #C4067D

Text Example


Text Example

White with #C4067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4067D; }

 p { color: rgb(196,6,125); }

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

background-color css

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

 a { background-color: rgb(196,6,125); }

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

border-color css

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

 span { border-color: rgb(196,6,125); }

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