Html Css Color HEX #CC0681 Medium Violet Red

📋 copy color: '#CC0681'

red 204 ◦ green 6 ◦ blue 129

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

Shades of Medium Violet Red #CC0681

Tints of Medium Violet Red #CC0681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 60.18%
G = 1.77%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC0681 (or 0xCC0681) is known color: Medium Violet Red. HEX triplet: CC, 06 and 81. RGB value is (204,6,129). Sum of RGB (Red+Green+Blue) = 204+6+129=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0681 is #33F97E. Grayscale: #4E4E4E. Windows color (decimal): -3406207 or 8455884. OLE color: 8455884.

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

Color convert

RGB 204 6 129 -
CMYK 0 0.97 0.37 0.2
HSL 322.73º 0.94% 0.41% -
HSV(B) 322.73º 0.97% 0.8% -
XYZ 28.93 14.55 22.05 -
YUV 79.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 204 6 129 0 0.97 0.37 0.2 322.73 0.94 0.41
Hex CC 6 81 0 61 25 14 143 5E 29
Octal 314 6 201 0 141 45 24 503 136 51
Binary 11001100 110 10000001 0 1100001 100101 10100 101000011 1011110 101001

Color Harmonies of #CC0681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0681

Black with #CC0681

Text Example


Text Example

White with #CC0681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0681; }

 p { color: rgb(204,6,129); }

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

background-color css

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

 a { background-color: rgb(204,6,129); }

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

border-color css

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

 span { border-color: rgb(204,6,129); }

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