Html Css Color HEX #CC259F Medium Violet Red

📋 copy color: '#CC259F'

red 204 ◦ green 37 ◦ blue 159

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

Shades of Medium Violet Red #CC259F

Tints of Medium Violet Red #CC259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.25%

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 51%
G = 9.25%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC259F (or 0xCC259F) is known color: Medium Violet Red. HEX triplet: CC, 25 and 9F. RGB value is (204,37,159). Sum of RGB (Red+Green+Blue) = 204+37+159=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC259F is #33DA60. Grayscale: #646464. Windows color (decimal): -3398241 or 10429900. OLE color: 10429900.

HSL color Cylindrical-coordinate representation of color #CC259F: hue angle of 316.17º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC259F is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 159 -
CMYK 0 0.82 0.22 0.2
HSL 316.17º 0.69% 0.47% -
HSV(B) 316.17º 0.82% 0.8% -
XYZ 31.82 16.66 34.34 -
YUV 100.84 160.83 201.58 -
System Red Green Blue C M Y K H S L
Decimal 204 37 159 0 0.82 0.22 0.2 316.17 0.69 0.47
Hex CC 25 9F 0 52 16 14 13C 45 2F
Octal 314 45 237 0 122 26 24 474 105 57
Binary 11001100 100101 10011111 0 1010010 10110 10100 100111100 1000101 101111

Color Harmonies of #CC259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC259F

Black with #CC259F

Text Example


Text Example

White with #CC259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC259F; }

 p { color: rgb(204,37,159); }

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

background-color css

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

 a { background-color: rgb(204,37,159); }

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

border-color css

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

 span { border-color: rgb(204,37,159); }

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