Html Css Color HEX #CC2384 Medium Violet Red

📋 copy color: '#CC2384'

red 204 ◦ green 35 ◦ blue 132

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

Shades of Medium Violet Red #CC2384

Tints of Medium Violet Red #CC2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 54.99%
G = 9.43%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC2384 (or 0xCC2384) is known color: Medium Violet Red. HEX triplet: CC, 23 and 84. RGB value is (204,35,132). Sum of RGB (Red+Green+Blue) = 204+35+132=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2384 is #33DC7B. Grayscale: #606060. Windows color (decimal): -3398780 or 8659916. OLE color: 8659916.

HSL color Cylindrical-coordinate representation of color #CC2384: hue angle of 325.56º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2384 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 132 -
CMYK 0 0.83 0.35 0.2
HSL 325.56º 0.71% 0.47% -
HSV(B) 325.56º 0.83% 0.8% -
XYZ 29.67 15.71 23.3 -
YUV 96.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 204 35 132 0 0.83 0.35 0.2 325.56 0.71 0.47
Hex CC 23 84 0 53 23 14 146 47 2F
Octal 314 43 204 0 123 43 24 506 107 57
Binary 11001100 100011 10000100 0 1010011 100011 10100 101000110 1000111 101111

Color Harmonies of #CC2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2384

Black with #CC2384

Text Example


Text Example

White with #CC2384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2384; }

 p { color: rgb(204,35,132); }

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

background-color css

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

 a { background-color: rgb(204,35,132); }

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

border-color css

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

 span { border-color: rgb(204,35,132); }

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