Html Css Color HEX #CC0386 Medium Violet Red

📋 copy color: '#CC0386'

red 204 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #CC0386

Tints of Medium Violet Red #CC0386

RGB

 RED value IS 204 (80.08% from 255) = 59.82%

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 59.82%
G = 0.88%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC0386 (or 0xCC0386) is known color: Medium Violet Red. HEX triplet: CC, 03 and 86. RGB value is (204,3,134). Sum of RGB (Red+Green+Blue) = 204+3+134=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0386 is #33FC79. Grayscale: #4D4D4D. Windows color (decimal): -3406970 or 8782796. OLE color: 8782796.

HSL color Cylindrical-coordinate representation of color #CC0386: hue angle of 320.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0386 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 3 134 -
CMYK 0 0.99 0.34 0.2
HSL 320.9º 0.97% 0.41% -
HSV(B) 320.9º 0.99% 0.8% -
XYZ 29.24 14.62 23.84 -
YUV 78.03 159.59 217.85 -
System Red Green Blue C M Y K H S L
Decimal 204 3 134 0 0.99 0.34 0.2 320.9 0.97 0.41
Hex CC 3 86 0 63 22 14 141 61 29
Octal 314 3 206 0 143 42 24 501 141 51
Binary 11001100 11 10000110 0 1100011 100010 10100 101000001 1100001 101001

Color Harmonies of #CC0386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0386

Black with #CC0386

Text Example


Text Example

White with #CC0386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0386; }

 p { color: rgb(204,3,134); }

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

background-color css

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

 a { background-color: rgb(204,3,134); }

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

border-color css

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

 span { border-color: rgb(204,3,134); }

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