Html Css Color HEX #CC279B Medium Violet Red

📋 copy color: '#CC279B'

red 204 ◦ green 39 ◦ blue 155

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

Shades of Medium Violet Red #CC279B

Tints of Medium Violet Red #CC279B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.94%

R = 51.26%
G = 9.8%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC279B (or 0xCC279B) is known color: Medium Violet Red. HEX triplet: CC, 27 and 9B. RGB value is (204,39,155). Sum of RGB (Red+Green+Blue) = 204+39+155=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC279B is #33D864. Grayscale: #656565. Windows color (decimal): -3397733 or 10168268. OLE color: 10168268.

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

Color convert

RGB 204 39 155 -
CMYK 0 0.81 0.24 0.2
HSL 317.82º 0.68% 0.48% -
HSV(B) 317.82º 0.81% 0.8% -
XYZ 31.54 16.65 32.56 -
YUV 101.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 204 39 155 0 0.81 0.24 0.2 317.82 0.68 0.48
Hex CC 27 9B 0 51 18 14 13E 44 30
Octal 314 47 233 0 121 30 24 476 104 60
Binary 11001100 100111 10011011 0 1010001 11000 10100 100111110 1000100 110000

Color Harmonies of #CC279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC279B

Black with #CC279B

Text Example


Text Example

White with #CC279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC279B; }

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

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

background-color css

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

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

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

border-color css

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

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

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