Html Css Color HEX #CC2699 Medium Violet Red

📋 copy color: '#CC2699'

red 204 ◦ green 38 ◦ blue 153

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

Shades of Medium Violet Red #CC2699

Tints of Medium Violet Red #CC2699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.62%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 51.65%
G = 9.62%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC2699 (or 0xCC2699) is known color: Medium Violet Red. HEX triplet: CC, 26 and 99. RGB value is (204,38,153). Sum of RGB (Red+Green+Blue) = 204+38+153=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2699 is #33D966. Grayscale: #646464. Windows color (decimal): -3397991 or 10036940. OLE color: 10036940.

HSL color Cylindrical-coordinate representation of color #CC2699: hue angle of 318.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2699 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 153 -
CMYK 0 0.81 0.25 0.2
HSL 318.43º 0.69% 0.47% -
HSV(B) 318.43º 0.81% 0.8% -
XYZ 31.34 16.52 31.67 -
YUV 100.74 157.5 201.65 -
System Red Green Blue C M Y K H S L
Decimal 204 38 153 0 0.81 0.25 0.2 318.43 0.69 0.47
Hex CC 26 99 0 51 19 14 13E 45 2F
Octal 314 46 231 0 121 31 24 476 105 57
Binary 11001100 100110 10011001 0 1010001 11001 10100 100111110 1000101 101111

Color Harmonies of #CC2699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2699

Black with #CC2699

Text Example


Text Example

White with #CC2699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2699; }

 p { color: rgb(204,38,153); }

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

background-color css

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

 a { background-color: rgb(204,38,153); }

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

border-color css

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

 span { border-color: rgb(204,38,153); }

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