Html Css Color HEX #CC1C9E Medium Violet Red

📋 copy color: '#CC1C9E'

red 204 ◦ green 28 ◦ blue 158

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

Shades of Medium Violet Red #CC1C9E

Tints of Medium Violet Red #CC1C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 52.31%
G = 7.18%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC1C9E (or 0xCC1C9E) is known color: Medium Violet Red. HEX triplet: CC, 1C and 9E. RGB value is (204,28,158). Sum of RGB (Red+Green+Blue) = 204+28+158=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C9E is #33E361. Grayscale: #5F5F5F. Windows color (decimal): -3400546 or 10362060. OLE color: 10362060.

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

Color convert

RGB 204 28 158 -
CMYK 0 0.86 0.23 0.2
HSL 315.68º 0.76% 0.45% -
HSV(B) 315.68º 0.86% 0.8% -
XYZ 31.49 16.14 33.8 -
YUV 95.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 204 28 158 0 0.86 0.23 0.2 315.68 0.76 0.45
Hex CC 1C 9E 0 56 17 14 13C 4C 2D
Octal 314 34 236 0 126 27 24 474 114 55
Binary 11001100 11100 10011110 0 1010110 10111 10100 100111100 1001100 101101

Color Harmonies of #CC1C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C9E

Black with #CC1C9E

Text Example


Text Example

White with #CC1C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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