Html Css Color HEX #CC1C8B Medium Violet Red

📋 copy color: '#CC1C8B'

red 204 ◦ green 28 ◦ blue 139

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

Shades of Medium Violet Red #CC1C8B

Tints of Medium Violet Red #CC1C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 54.99%
G = 7.55%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC1C8B (or 0xCC1C8B) is known color: Medium Violet Red. HEX triplet: CC, 1C and 8B. RGB value is (204,28,139). Sum of RGB (Red+Green+Blue) = 204+28+139=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C8B is #33E374. Grayscale: #5D5D5D. Windows color (decimal): -3400565 or 9116876. OLE color: 9116876.

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

Color convert

RGB 204 28 139 -
CMYK 0 0.86 0.32 0.2
HSL 322.16º 0.76% 0.45% -
HSV(B) 322.16º 0.86% 0.8% -
XYZ 29.98 15.53 25.84 -
YUV 93.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 204 28 139 0 0.86 0.32 0.2 322.16 0.76 0.45
Hex CC 1C 8B 0 56 20 14 142 4C 2D
Octal 314 34 213 0 126 40 24 502 114 55
Binary 11001100 11100 10001011 0 1010110 100000 10100 101000010 1001100 101101

Color Harmonies of #CC1C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C8B

Black with #CC1C8B

Text Example


Text Example

White with #CC1C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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