Html Css Color HEX #CC257C Medium Violet Red

📋 copy color: '#CC257C'

red 204 ◦ green 37 ◦ blue 124

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

Shades of Medium Violet Red #CC257C

Tints of Medium Violet Red #CC257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 55.89%
G = 10.14%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC257C (or 0xCC257C) is known color: Medium Violet Red. HEX triplet: CC, 25 and 7C. RGB value is (204,37,124). Sum of RGB (Red+Green+Blue) = 204+37+124=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC257C is #33DA83. Grayscale: #606060. Windows color (decimal): -3398276 or 8136140. OLE color: 8136140.

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

Color convert

RGB 204 37 124 -
CMYK 0 0.82 0.39 0.2
HSL 328.74º 0.69% 0.47% -
HSV(B) 328.74º 0.82% 0.8% -
XYZ 29.2 15.62 20.54 -
YUV 96.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 204 37 124 0 0.82 0.39 0.2 328.74 0.69 0.47
Hex CC 25 7C 0 52 27 14 149 45 2F
Octal 314 45 174 0 122 47 24 511 105 57
Binary 11001100 100101 1111100 0 1010010 100111 10100 101001001 1000101 101111

Color Harmonies of #CC257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC257C

Black with #CC257C

Text Example


Text Example

White with #CC257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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