Html Css Color HEX #CC0695 Medium Violet Red

📋 copy color: '#CC0695'

red 204 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #CC0695

Tints of Medium Violet Red #CC0695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 56.82%
G = 1.67%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC0695 (or 0xCC0695) is known color: Medium Violet Red. HEX triplet: CC, 06 and 95. RGB value is (204,6,149). Sum of RGB (Red+Green+Blue) = 204+6+149=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0695 is #33F96A. Grayscale: #515151. Windows color (decimal): -3406187 or 9766604. OLE color: 9766604.

HSL color Cylindrical-coordinate representation of color #CC0695: hue angle of 316.67º 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 #CC0695 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 6 149 -
CMYK 0 0.97 0.27 0.2
HSL 316.67º 0.94% 0.41% -
HSV(B) 316.67º 0.97% 0.8% -
XYZ 30.39 15.14 29.75 -
YUV 81.5 166.1 215.37 -
System Red Green Blue C M Y K H S L
Decimal 204 6 149 0 0.97 0.27 0.2 316.67 0.94 0.41
Hex CC 6 95 0 61 1B 14 13D 5E 29
Octal 314 6 225 0 141 33 24 475 136 51
Binary 11001100 110 10010101 0 1100001 11011 10100 100111101 1011110 101001

Color Harmonies of #CC0695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0695

Black with #CC0695

Text Example


Text Example

White with #CC0695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0695; }

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

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

background-color css

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

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

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

border-color css

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

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

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