Html Css Color HEX #CC058B Medium Violet Red

📋 copy color: '#CC058B'

red 204 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #CC058B

Tints of Medium Violet Red #CC058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 58.62%
G = 1.44%
B = 39.94%

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

#CC058B (or 0xCC058B) is known color: Medium Violet Red. HEX triplet: CC, 05 and 8B. RGB value is (204,5,139). Sum of RGB (Red+Green+Blue) = 204+5+139=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 5 (2.34% from 255 or 1.44% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC058B is #33FA74. Grayscale: #4F4F4F. Windows color (decimal): -3406453 or 9110988. OLE color: 9110988.

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

Color convert

RGB 204 5 139 -
CMYK 0 0.98 0.32 0.2
HSL 319.6º 0.95% 0.41% -
HSV(B) 319.6º 0.98% 0.8% -
XYZ 29.62 14.81 25.72 -
YUV 79.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 204 5 139 0 0.98 0.32 0.2 319.6 0.95 0.41
Hex CC 5 8B 0 62 20 14 140 5F 29
Octal 314 5 213 0 142 40 24 500 137 51
Binary 11001100 101 10001011 0 1100010 100000 10100 101000000 1011111 101001

Color Harmonies of #CC058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC058B

Black with #CC058B

Text Example


Text Example

White with #CC058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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