Html Css Color HEX #CC1878 Medium Violet Red

📋 copy color: '#CC1878'

red 204 ◦ green 24 ◦ blue 120

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

Shades of Medium Violet Red #CC1878

Tints of Medium Violet Red #CC1878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 120 (47.27% from 255) = 34.48%

R = 58.62%
G = 6.9%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC1878 (or 0xCC1878) is known color: Medium Violet Red. HEX triplet: CC, 18 and 78. RGB value is (204,24,120). Sum of RGB (Red+Green+Blue) = 204+24+120=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1878 is #33E787. Grayscale: #585858. Windows color (decimal): -3401608 or 7870668. OLE color: 7870668.

HSL color Cylindrical-coordinate representation of color #CC1878: hue angle of 328º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1878 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 120 -
CMYK 0 0.88 0.41 0.2
HSL 328º 0.79% 0.45% -
HSV(B) 328º 0.88% 0.8% -
XYZ 28.62 14.85 19.13 -
YUV 88.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 204 24 120 0 0.88 0.41 0.2 328 0.79 0.45
Hex CC 18 78 0 58 29 14 148 4F 2D
Octal 314 30 170 0 130 51 24 510 117 55
Binary 11001100 11000 1111000 0 1011000 101001 10100 101001000 1001111 101101

Color Harmonies of #CC1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1878

Black with #CC1878

Text Example


Text Example

White with #CC1878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1878; }

 p { color: rgb(204,24,120); }

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

background-color css

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

 a { background-color: rgb(204,24,120); }

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

border-color css

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

 span { border-color: rgb(204,24,120); }

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