Html Css Color HEX #CC1F8F Medium Violet Red

📋 copy color: '#CC1F8F'

red 204 ◦ green 31 ◦ blue 143

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

Shades of Medium Violet Red #CC1F8F

Tints of Medium Violet Red #CC1F8F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

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

R = 53.97%
G = 8.2%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CC1F8F (or 0xCC1F8F) is known color: Medium Violet Red. HEX triplet: CC, 1F and 8F. RGB value is (204,31,143). Sum of RGB (Red+Green+Blue) = 204+31+143=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1F8F is #33E070. Grayscale: #5F5F5F. Windows color (decimal): -3399793 or 9379788. OLE color: 9379788.

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

Color convert

RGB 204 31 143 -
CMYK 0 0.85 0.30 0.2
HSL 321.16º 0.74% 0.46% -
HSV(B) 321.16º 0.85% 0.8% -
XYZ 30.35 15.8 27.44 -
YUV 95.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 204 31 143 0 0.85 0.30 0.2 321.16 0.74 0.46
Hex CC 1F 8F 0 55 1E 14 141 4A 2E
Octal 314 37 217 0 125 36 24 501 112 56
Binary 11001100 11111 10001111 0 1010101 11110 10100 101000001 1001010 101110

Color Harmonies of #CC1F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1F8F

Black with #CC1F8F

Text Example


Text Example

White with #CC1F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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