Html Css Color HEX #CC258E Medium Violet Red

📋 copy color: '#CC258E'

red 204 ◦ green 37 ◦ blue 142

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

Shades of Medium Violet Red #CC258E

Tints of Medium Violet Red #CC258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 53.26%
G = 9.66%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC258E (or 0xCC258E) is known color: Medium Violet Red. HEX triplet: CC, 25 and 8E. RGB value is (204,37,142). Sum of RGB (Red+Green+Blue) = 204+37+142=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC258E is #33DA71. Grayscale: #626262. Windows color (decimal): -3398258 or 9315788. OLE color: 9315788.

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

Color convert

RGB 204 37 142 -
CMYK 0 0.82 0.30 0.2
HSL 322.28º 0.69% 0.47% -
HSV(B) 322.28º 0.82% 0.8% -
XYZ 30.45 16.11 27.1 -
YUV 98.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 204 37 142 0 0.82 0.30 0.2 322.28 0.69 0.47
Hex CC 25 8E 0 52 1E 14 142 45 2F
Octal 314 45 216 0 122 36 24 502 105 57
Binary 11001100 100101 10001110 0 1010010 11110 10100 101000010 1000101 101111

Color Harmonies of #CC258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC258E

Black with #CC258E

Text Example


Text Example

White with #CC258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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