Html Css Color HEX #CC258D Medium Violet Red

📋 copy color: '#CC258D'

red 204 ◦ green 37 ◦ blue 141

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

Shades of Medium Violet Red #CC258D

Tints of Medium Violet Red #CC258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 53.4%
G = 9.69%
B = 36.91%

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

#CC258D (or 0xCC258D) is known color: Medium Violet Red. HEX triplet: CC, 25 and 8D. RGB value is (204,37,141). Sum of RGB (Red+Green+Blue) = 204+37+141=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC258D is #33DA72. Grayscale: #626262. Windows color (decimal): -3398259 or 9250252. OLE color: 9250252.

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

Color convert

RGB 204 37 141 -
CMYK 0 0.82 0.31 0.2
HSL 322.63º 0.69% 0.47% -
HSV(B) 322.63º 0.82% 0.8% -
XYZ 30.37 16.08 26.7 -
YUV 98.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 204 37 141 0 0.82 0.31 0.2 322.63 0.69 0.47
Hex CC 25 8D 0 52 1F 14 143 45 2F
Octal 314 45 215 0 122 37 24 503 105 57
Binary 11001100 100101 10001101 0 1010010 11111 10100 101000011 1000101 101111

Color Harmonies of #CC258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC258D

Black with #CC258D

Text Example


Text Example

White with #CC258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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