Html Css Color HEX #CC1C9D Medium Violet Red

📋 copy color: '#CC1C9D'

red 204 ◦ green 28 ◦ blue 157

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

Shades of Medium Violet Red #CC1C9D

Tints of Medium Violet Red #CC1C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 52.44%
G = 7.2%
B = 40.36%

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

#CC1C9D (or 0xCC1C9D) is known color: Medium Violet Red. HEX triplet: CC, 1C and 9D. RGB value is (204,28,157). Sum of RGB (Red+Green+Blue) = 204+28+157=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C9D is #33E362. Grayscale: #5E5E5E. Windows color (decimal): -3400547 or 10296524. OLE color: 10296524.

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

Color convert

RGB 204 28 157 -
CMYK 0 0.86 0.23 0.2
HSL 316.02º 0.76% 0.45% -
HSV(B) 316.02º 0.86% 0.8% -
XYZ 31.4 16.1 33.35 -
YUV 95.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 204 28 157 0 0.86 0.23 0.2 316.02 0.76 0.45
Hex CC 1C 9D 0 56 17 14 13C 4C 2D
Octal 314 34 235 0 126 27 24 474 114 55
Binary 11001100 11100 10011101 0 1010110 10111 10100 100111100 1001100 101101

Color Harmonies of #CC1C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C9D

Black with #CC1C9D

Text Example


Text Example

White with #CC1C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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