Html Css Color HEX #CC2697 Medium Violet Red

📋 copy color: '#CC2697'

red 204 ◦ green 38 ◦ blue 151

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

Shades of Medium Violet Red #CC2697

Tints of Medium Violet Red #CC2697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.42%

R = 51.91%
G = 9.67%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC2697 (or 0xCC2697) is known color: Medium Violet Red. HEX triplet: CC, 26 and 97. RGB value is (204,38,151). Sum of RGB (Red+Green+Blue) = 204+38+151=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2697 is #33D968. Grayscale: #646464. Windows color (decimal): -3397993 or 9905868. OLE color: 9905868.

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

Color convert

RGB 204 38 151 -
CMYK 0 0.81 0.26 0.2
HSL 319.16º 0.69% 0.47% -
HSV(B) 319.16º 0.81% 0.8% -
XYZ 31.18 16.46 30.81 -
YUV 100.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 204 38 151 0 0.81 0.26 0.2 319.16 0.69 0.47
Hex CC 26 97 0 51 1A 14 13F 45 2F
Octal 314 46 227 0 121 32 24 477 105 57
Binary 11001100 100110 10010111 0 1010001 11010 10100 100111111 1000101 101111

Color Harmonies of #CC2697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2697

Black with #CC2697

Text Example


Text Example

White with #CC2697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2697; }

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

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

background-color css

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

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

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

border-color css

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

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

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