Html Css Color HEX #CC278F Medium Violet Red

📋 copy color: '#CC278F'

red 204 ◦ green 39 ◦ blue 143

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

Shades of Medium Violet Red #CC278F

Tints of Medium Violet Red #CC278F

RGB

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

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

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

R = 52.85%
G = 10.1%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC278F (or 0xCC278F) is known color: Medium Violet Red. HEX triplet: CC, 27 and 8F. RGB value is (204,39,143). Sum of RGB (Red+Green+Blue) = 204+39+143=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC278F is #33D870. Grayscale: #636363. Windows color (decimal): -3397745 or 9381836. OLE color: 9381836.

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

Color convert

RGB 204 39 143 -
CMYK 0 0.81 0.30 0.2
HSL 322.18º 0.68% 0.48% -
HSV(B) 322.18º 0.81% 0.8% -
XYZ 30.59 16.27 27.52 -
YUV 100.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 204 39 143 0 0.81 0.30 0.2 322.18 0.68 0.48
Hex CC 27 8F 0 51 1E 14 142 44 30
Octal 314 47 217 0 121 36 24 502 104 60
Binary 11001100 100111 10001111 0 1010001 11110 10100 101000010 1000100 110000

Color Harmonies of #CC278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC278F

Black with #CC278F

Text Example


Text Example

White with #CC278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC278F; }

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

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

background-color css

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

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

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

border-color css

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

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

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