Html Css Color HEX #CC1C8A Medium Violet Red

📋 copy color: '#CC1C8A'

red 204 ◦ green 28 ◦ blue 138

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

Shades of Medium Violet Red #CC1C8A

Tints of Medium Violet Red #CC1C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.3%

R = 55.14%
G = 7.57%
B = 37.3%

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

#CC1C8A (or 0xCC1C8A) is known color: Medium Violet Red. HEX triplet: CC, 1C and 8A. RGB value is (204,28,138). Sum of RGB (Red+Green+Blue) = 204+28+138=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1C8A is #33E375. Grayscale: #5C5C5C. Windows color (decimal): -3400566 or 9051340. OLE color: 9051340.

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

Color convert

RGB 204 28 138 -
CMYK 0 0.86 0.32 0.2
HSL 322.5º 0.76% 0.45% -
HSV(B) 322.5º 0.86% 0.8% -
XYZ 29.9 15.5 25.46 -
YUV 93.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 204 28 138 0 0.86 0.32 0.2 322.5 0.76 0.45
Hex CC 1C 8A 0 56 20 14 142 4C 2D
Octal 314 34 212 0 126 40 24 502 114 55
Binary 11001100 11100 10001010 0 1010110 100000 10100 101000010 1001100 101101

Color Harmonies of #CC1C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C8A

Black with #CC1C8A

Text Example


Text Example

White with #CC1C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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