Html Css Color HEX #CC278C Medium Violet Red

📋 copy color: '#CC278C'

red 204 ◦ green 39 ◦ blue 140

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

Shades of Medium Violet Red #CC278C

Tints of Medium Violet Red #CC278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.18%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 53.26%
G = 10.18%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC278C (or 0xCC278C) is known color: Medium Violet Red. HEX triplet: CC, 27 and 8C. RGB value is (204,39,140). Sum of RGB (Red+Green+Blue) = 204+39+140=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC278C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC278C is #33D873. Grayscale: #636363. Windows color (decimal): -3397748 or 9185228. OLE color: 9185228.

HSL color Cylindrical-coordinate representation of color #CC278C: hue angle of 323.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC278C is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 39 140 -
CMYK 0 0.81 0.31 0.2
HSL 323.27º 0.68% 0.48% -
HSV(B) 323.27º 0.81% 0.8% -
XYZ 30.36 16.18 26.33 -
YUV 99.85 150.66 202.29 -
System Red Green Blue C M Y K H S L
Decimal 204 39 140 0 0.81 0.31 0.2 323.27 0.68 0.48
Hex CC 27 8C 0 51 1F 14 143 44 30
Octal 314 47 214 0 121 37 24 503 104 60
Binary 11001100 100111 10001100 0 1010001 11111 10100 101000011 1000100 110000

Color Harmonies of #CC278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC278C

Black with #CC278C

Text Example


Text Example

White with #CC278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC278C; }

 p { color: rgb(204,39,140); }

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

background-color css

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

 a { background-color: rgb(204,39,140); }

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

border-color css

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

 span { border-color: rgb(204,39,140); }

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