Html Css Color HEX #CC018F Medium Violet Red

📋 copy color: '#CC018F'

red 204 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #CC018F

Tints of Medium Violet Red #CC018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 58.62%
G = 0.29%
B = 41.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC018F (or 0xCC018F) is known color: Medium Violet Red. HEX triplet: CC, 01 and 8F. RGB value is (204,1,143). Sum of RGB (Red+Green+Blue) = 204+1+143=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC018F is #33FE70. Grayscale: #4D4D4D. Windows color (decimal): -3407473 or 9372108. OLE color: 9372108.

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

Color convert

RGB 204 1 143 -
CMYK 0 1.00 0.30 0.2
HSL 318.03º 0.99% 0.4% -
HSV(B) 318.03º 1% 0.8% -
XYZ 29.87 14.84 27.28 -
YUV 77.89 164.75 217.95 -
System Red Green Blue C M Y K H S L
Decimal 204 1 143 0 1.00 0.30 0.2 318.03 0.99 0.4
Hex CC 1 8F 0 64 1E 14 13E 63 28
Octal 314 1 217 0 144 36 24 476 143 50
Binary 11001100 1 10001111 0 1100100 11110 10100 100111110 1100011 101000

Color Harmonies of #CC018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC018F

Black with #CC018F

Text Example


Text Example

White with #CC018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC018F; }

 p { color: rgb(204,1,143); }

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

background-color css

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

 a { background-color: rgb(204,1,143); }

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

border-color css

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

 span { border-color: rgb(204,1,143); }

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