Html Css Color HEX #CC278A Medium Violet Red

📋 copy color: '#CC278A'

red 204 ◦ green 39 ◦ blue 138

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

Shades of Medium Violet Red #CC278A

Tints of Medium Violet Red #CC278A

RGB

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

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

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

R = 53.54%
G = 10.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC278A (or 0xCC278A) is known color: Medium Violet Red. HEX triplet: CC, 27 and 8A. RGB value is (204,39,138). Sum of RGB (Red+Green+Blue) = 204+39+138=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC278A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC278A is #33D875. Grayscale: #636363. Windows color (decimal): -3397750 or 9054156. OLE color: 9054156.

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

Color convert

RGB 204 39 138 -
CMYK 0 0.81 0.32 0.2
HSL 324º 0.68% 0.48% -
HSV(B) 324º 0.81% 0.8% -
XYZ 30.21 16.12 25.56 -
YUV 99.62 149.66 202.45 -
System Red Green Blue C M Y K H S L
Decimal 204 39 138 0 0.81 0.32 0.2 324 0.68 0.48
Hex CC 27 8A 0 51 20 14 144 44 30
Octal 314 47 212 0 121 40 24 504 104 60
Binary 11001100 100111 10001010 0 1010001 100000 10100 101000100 1000100 110000

Color Harmonies of #CC278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC278A

Black with #CC278A

Text Example


Text Example

White with #CC278A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC278A; }

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

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

background-color css

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

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

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

border-color css

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

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

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