Html Css Color HEX #CC078F Medium Violet Red

📋 copy color: '#CC078F'

red 204 ◦ green 7 ◦ blue 143

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

Shades of Medium Violet Red #CC078F

Tints of Medium Violet Red #CC078F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 57.63%
G = 1.98%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC078F (or 0xCC078F) is known color: Medium Violet Red. HEX triplet: CC, 07 and 8F. RGB value is (204,7,143). Sum of RGB (Red+Green+Blue) = 204+7+143=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC078F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC078F is #33F870. Grayscale: #515151. Windows color (decimal): -3405937 or 9373644. OLE color: 9373644.

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

Color convert

RGB 204 7 143 -
CMYK 0 0.97 0.30 0.2
HSL 318.58º 0.93% 0.41% -
HSV(B) 318.58º 0.97% 0.8% -
XYZ 29.94 14.97 27.3 -
YUV 81.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 204 7 143 0 0.97 0.30 0.2 318.58 0.93 0.41
Hex CC 7 8F 0 61 1E 14 13F 5D 29
Octal 314 7 217 0 141 36 24 477 135 51
Binary 11001100 111 10001111 0 1100001 11110 10100 100111111 1011101 101001

Color Harmonies of #CC078F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC078F

Black with #CC078F

Text Example


Text Example

White with #CC078F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC078F; }

 p { color: rgb(204,7,143); }

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

background-color css

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

 a { background-color: rgb(204,7,143); }

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

border-color css

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

 span { border-color: rgb(204,7,143); }

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