Html Css Color HEX #CC1C9B Medium Violet Red

📋 copy color: '#CC1C9B'

red 204 ◦ green 28 ◦ blue 155

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

Shades of Medium Violet Red #CC1C9B

Tints of Medium Violet Red #CC1C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 52.71%
G = 7.24%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC1C9B (or 0xCC1C9B) is known color: Medium Violet Red. HEX triplet: CC, 1C and 9B. RGB value is (204,28,155). Sum of RGB (Red+Green+Blue) = 204+28+155=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C9B is #33E364. Grayscale: #5E5E5E. Windows color (decimal): -3400549 or 10165452. OLE color: 10165452.

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

Color convert

RGB 204 28 155 -
CMYK 0 0.86 0.24 0.2
HSL 316.7º 0.76% 0.45% -
HSV(B) 316.7º 0.86% 0.8% -
XYZ 31.23 16.03 32.46 -
YUV 95.1 161.81 205.67 -
System Red Green Blue C M Y K H S L
Decimal 204 28 155 0 0.86 0.24 0.2 316.7 0.76 0.45
Hex CC 1C 9B 0 56 18 14 13D 4C 2D
Octal 314 34 233 0 126 30 24 475 114 55
Binary 11001100 11100 10011011 0 1010110 11000 10100 100111101 1001100 101101

Color Harmonies of #CC1C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C9B

Black with #CC1C9B

Text Example


Text Example

White with #CC1C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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