Html Css Color HEX #CC058A Medium Violet Red

📋 copy color: '#CC058A'

red 204 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #CC058A

Tints of Medium Violet Red #CC058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.44%

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 58.79%
G = 1.44%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC058A (or 0xCC058A) is known color: Medium Violet Red. HEX triplet: CC, 05 and 8A. RGB value is (204,5,138). Sum of RGB (Red+Green+Blue) = 204+5+138=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC058A is #33FA75. Grayscale: #4F4F4F. Windows color (decimal): -3406454 or 9045452. OLE color: 9045452.

HSL color Cylindrical-coordinate representation of color #CC058A: hue angle of 319.9º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC058A is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 5 138 -
CMYK 0 0.98 0.32 0.2
HSL 319.9º 0.95% 0.41% -
HSV(B) 319.9º 0.98% 0.8% -
XYZ 29.54 14.78 25.34 -
YUV 79.66 160.93 216.69 -
System Red Green Blue C M Y K H S L
Decimal 204 5 138 0 0.98 0.32 0.2 319.9 0.95 0.41
Hex CC 5 8A 0 62 20 14 140 5F 29
Octal 314 5 212 0 142 40 24 500 137 51
Binary 11001100 101 10001010 0 1100010 100000 10100 101000000 1011111 101001

Color Harmonies of #CC058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC058A

Black with #CC058A

Text Example


Text Example

White with #CC058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC058A; }

 p { color: rgb(204,5,138); }

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

background-color css

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

 a { background-color: rgb(204,5,138); }

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

border-color css

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

 span { border-color: rgb(204,5,138); }

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