Html Css Color HEX #CC2692 Medium Violet Red

📋 copy color: '#CC2692'

red 204 ◦ green 38 ◦ blue 146

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

Shades of Medium Violet Red #CC2692

Tints of Medium Violet Red #CC2692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 52.58%
G = 9.79%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC2692 (or 0xCC2692) is known color: Medium Violet Red. HEX triplet: CC, 26 and 92. RGB value is (204,38,146). Sum of RGB (Red+Green+Blue) = 204+38+146=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2692 is #33D96D. Grayscale: #636363. Windows color (decimal): -3397998 or 9578188. OLE color: 9578188.

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

Color convert

RGB 204 38 146 -
CMYK 0 0.81 0.28 0.2
HSL 320.96º 0.69% 0.47% -
HSV(B) 320.96º 0.81% 0.8% -
XYZ 30.78 16.3 28.72 -
YUV 99.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 204 38 146 0 0.81 0.28 0.2 320.96 0.69 0.47
Hex CC 26 92 0 51 1C 14 141 45 2F
Octal 314 46 222 0 121 34 24 501 105 57
Binary 11001100 100110 10010010 0 1010001 11100 10100 101000001 1000101 101111

Color Harmonies of #CC2692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2692

Black with #CC2692

Text Example


Text Example

White with #CC2692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2692; }

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

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

background-color css

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

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

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

border-color css

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

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

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