Html Css Color HEX #CC1C75 Medium Violet Red

📋 copy color: '#CC1C75'

red 204 ◦ green 28 ◦ blue 117

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

Shades of Medium Violet Red #CC1C75

Tints of Medium Violet Red #CC1C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 117 (46.09% from 255) = 33.52%

R = 58.45%
G = 8.02%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC1C75 (or 0xCC1C75) is known color: Medium Violet Red. HEX triplet: CC, 1C and 75. RGB value is (204,28,117). Sum of RGB (Red+Green+Blue) = 204+28+117=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C75 is #33E38A. Grayscale: #5A5A5A. Windows color (decimal): -3400587 or 7675084. OLE color: 7675084.

HSL color Cylindrical-coordinate representation of color #CC1C75: hue angle of 329.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C75 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 117 -
CMYK 0 0.86 0.43 0.2
HSL 329.66º 0.76% 0.45% -
HSV(B) 329.66º 0.86% 0.8% -
XYZ 28.53 14.95 18.21 -
YUV 90.77 142.81 208.76 -
System Red Green Blue C M Y K H S L
Decimal 204 28 117 0 0.86 0.43 0.2 329.66 0.76 0.45
Hex CC 1C 75 0 56 2B 14 14A 4C 2D
Octal 314 34 165 0 126 53 24 512 114 55
Binary 11001100 11100 1110101 0 1010110 101011 10100 101001010 1001100 101101

Color Harmonies of #CC1C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C75

Black with #CC1C75

Text Example


Text Example

White with #CC1C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C75; }

 p { color: rgb(204,28,117); }

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

background-color css

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

 a { background-color: rgb(204,28,117); }

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

border-color css

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

 span { border-color: rgb(204,28,117); }

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