Html Css Color HEX #CC1882 Medium Violet Red

📋 copy color: '#CC1882'

red 204 ◦ green 24 ◦ blue 130

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

Shades of Medium Violet Red #CC1882

Tints of Medium Violet Red #CC1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.7%

 BLUE value IS 130 (51.17% from 255) = 36.31%

R = 56.98%
G = 6.7%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC1882 (or 0xCC1882) is known color: Medium Violet Red. HEX triplet: CC, 18 and 82. RGB value is (204,24,130). Sum of RGB (Red+Green+Blue) = 204+24+130=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1882 is #33E77D. Grayscale: #595959. Windows color (decimal): -3401598 or 8526028. OLE color: 8526028.

HSL color Cylindrical-coordinate representation of color #CC1882: hue angle of 324.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1882 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 24 130 -
CMYK 0 0.88 0.36 0.2
HSL 324.67º 0.79% 0.45% -
HSV(B) 324.67º 0.88% 0.8% -
XYZ 29.26 15.1 22.49 -
YUV 89.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 204 24 130 0 0.88 0.36 0.2 324.67 0.79 0.45
Hex CC 18 82 0 58 24 14 145 4F 2D
Octal 314 30 202 0 130 44 24 505 117 55
Binary 11001100 11000 10000010 0 1011000 100100 10100 101000101 1001111 101101

Color Harmonies of #CC1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1882

Black with #CC1882

Text Example


Text Example

White with #CC1882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1882; }

 p { color: rgb(204,24,130); }

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

background-color css

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

 a { background-color: rgb(204,24,130); }

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

border-color css

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

 span { border-color: rgb(204,24,130); }

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