Html Css Color HEX #CC028B Medium Violet Red

📋 copy color: '#CC028B'

red 204 ◦ green 2 ◦ blue 139

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

Shades of Medium Violet Red #CC028B

Tints of Medium Violet Red #CC028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 59.13%
G = 0.58%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC028B (or 0xCC028B) is known color: Medium Violet Red. HEX triplet: CC, 02 and 8B. RGB value is (204,2,139). Sum of RGB (Red+Green+Blue) = 204+2+139=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC028B is #33FD74. Grayscale: #4D4D4D. Windows color (decimal): -3407221 or 9110220. OLE color: 9110220.

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

Color convert

RGB 204 2 139 -
CMYK 0 0.99 0.32 0.2
HSL 319.31º 0.98% 0.4% -
HSV(B) 319.31º 0.99% 0.8% -
XYZ 29.58 14.74 25.71 -
YUV 78.02 162.42 217.86 -
System Red Green Blue C M Y K H S L
Decimal 204 2 139 0 0.99 0.32 0.2 319.31 0.98 0.4
Hex CC 2 8B 0 63 20 14 13F 62 28
Octal 314 2 213 0 143 40 24 477 142 50
Binary 11001100 10 10001011 0 1100011 100000 10100 100111111 1100010 101000

Color Harmonies of #CC028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC028B

Black with #CC028B

Text Example


Text Example

White with #CC028B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC028B; }

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

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

background-color css

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

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

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

border-color css

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

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

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