Html Css Color HEX #CC036F Medium Violet Red

📋 copy color: '#CC036F'

red 204 ◦ green 3 ◦ blue 111

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

Shades of Medium Violet Red #CC036F

Tints of Medium Violet Red #CC036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 64.15%
G = 0.94%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC036F (or 0xCC036F) is known color: Medium Violet Red. HEX triplet: CC, 03 and 6F. RGB value is (204,3,111). Sum of RGB (Red+Green+Blue) = 204+3+111=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC036F is #33FC90. Grayscale: #4B4B4B. Windows color (decimal): -3406993 or 7275468. OLE color: 7275468.

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

Color convert

RGB 204 3 111 -
CMYK 0 0.99 0.46 0.2
HSL 327.76º 0.97% 0.41% -
HSV(B) 327.76º 0.99% 0.8% -
XYZ 27.8 14.05 16.29 -
YUV 75.41 148.09 219.72 -
System Red Green Blue C M Y K H S L
Decimal 204 3 111 0 0.99 0.46 0.2 327.76 0.97 0.41
Hex CC 3 6F 0 63 2E 14 148 61 29
Octal 314 3 157 0 143 56 24 510 141 51
Binary 11001100 11 1101111 0 1100011 101110 10100 101001000 1100001 101001

Color Harmonies of #CC036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC036F

Black with #CC036F

Text Example


Text Example

White with #CC036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC036F; }

 p { color: rgb(204,3,111); }

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

background-color css

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

 a { background-color: rgb(204,3,111); }

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

border-color css

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

 span { border-color: rgb(204,3,111); }

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