Html Css Color HEX #CC1594 Medium Violet Red

📋 copy color: '#CC1594'

red 204 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #CC1594

Tints of Medium Violet Red #CC1594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 54.69%
G = 5.63%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC1594 (or 0xCC1594) is known color: Medium Violet Red. HEX triplet: CC, 15 and 94. RGB value is (204,21,148). Sum of RGB (Red+Green+Blue) = 204+21+148=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1594 is #33EA6B. Grayscale: #595959. Windows color (decimal): -3402348 or 9704908. OLE color: 9704908.

HSL color Cylindrical-coordinate representation of color #CC1594: hue angle of 318.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1594 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 148 -
CMYK 0 0.90 0.27 0.2
HSL 318.36º 0.81% 0.44% -
HSV(B) 318.36º 0.9% 0.8% -
XYZ 30.52 15.51 29.4 -
YUV 90.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 204 21 148 0 0.90 0.27 0.2 318.36 0.81 0.44
Hex CC 15 94 0 5A 1B 14 13E 51 2C
Octal 314 25 224 0 132 33 24 476 121 54
Binary 11001100 10101 10010100 0 1011010 11011 10100 100111110 1010001 101100

Color Harmonies of #CC1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1594

Black with #CC1594

Text Example


Text Example

White with #CC1594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1594; }

 p { color: rgb(204,21,148); }

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

background-color css

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

 a { background-color: rgb(204,21,148); }

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

border-color css

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

 span { border-color: rgb(204,21,148); }

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