Html Css Color HEX #CC2690 Medium Violet Red

📋 copy color: '#CC2690'

red 204 ◦ green 38 ◦ blue 144

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

Shades of Medium Violet Red #CC2690

Tints of Medium Violet Red #CC2690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 52.85%
G = 9.84%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC2690 (or 0xCC2690) is known color: Medium Violet Red. HEX triplet: CC, 26 and 90. RGB value is (204,38,144). Sum of RGB (Red+Green+Blue) = 204+38+144=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2690 is #33D96F. Grayscale: #636363. Windows color (decimal): -3398000 or 9447116. OLE color: 9447116.

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

Color convert

RGB 204 38 144 -
CMYK 0 0.81 0.29 0.2
HSL 321.69º 0.69% 0.47% -
HSV(B) 321.69º 0.81% 0.8% -
XYZ 30.63 16.24 27.91 -
YUV 99.72 153 202.38 -
System Red Green Blue C M Y K H S L
Decimal 204 38 144 0 0.81 0.29 0.2 321.69 0.69 0.47
Hex CC 26 90 0 51 1D 14 142 45 2F
Octal 314 46 220 0 121 35 24 502 105 57
Binary 11001100 100110 10010000 0 1010001 11101 10100 101000010 1000101 101111

Color Harmonies of #CC2690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2690

Black with #CC2690

Text Example


Text Example

White with #CC2690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2690; }

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

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

background-color css

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

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

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

border-color css

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

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

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