Html Css Color HEX #CC258C Medium Violet Red

📋 copy color: '#CC258C'

red 204 ◦ green 37 ◦ blue 140

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

Shades of Medium Violet Red #CC258C

Tints of Medium Violet Red #CC258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 53.54%
G = 9.71%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC258C (or 0xCC258C) is known color: Medium Violet Red. HEX triplet: CC, 25 and 8C. RGB value is (204,37,140). Sum of RGB (Red+Green+Blue) = 204+37+140=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC258C is #33DA73. Grayscale: #626262. Windows color (decimal): -3398260 or 9184716. OLE color: 9184716.

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

Color convert

RGB 204 37 140 -
CMYK 0 0.82 0.31 0.2
HSL 322.99º 0.69% 0.47% -
HSV(B) 322.99º 0.82% 0.8% -
XYZ 30.3 16.05 26.31 -
YUV 98.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 204 37 140 0 0.82 0.31 0.2 322.99 0.69 0.47
Hex CC 25 8C 0 52 1F 14 143 45 2F
Octal 314 45 214 0 122 37 24 503 105 57
Binary 11001100 100101 10001100 0 1010010 11111 10100 101000011 1000101 101111

Color Harmonies of #CC258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC258C

Black with #CC258C

Text Example


Text Example

White with #CC258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC258C; }

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

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

background-color css

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

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

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

border-color css

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

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

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