Html Css Color HEX #CC2374 Medium Violet Red

📋 copy color: '#CC2374'

red 204 ◦ green 35 ◦ blue 116

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

Shades of Medium Violet Red #CC2374

Tints of Medium Violet Red #CC2374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 57.46%
G = 9.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC2374 (or 0xCC2374) is known color: Medium Violet Red. HEX triplet: CC, 23 and 74. RGB value is (204,35,116). Sum of RGB (Red+Green+Blue) = 204+35+116=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2374 is #33DC8B. Grayscale: #5E5E5E. Windows color (decimal): -3398796 or 7611340. OLE color: 7611340.

HSL color Cylindrical-coordinate representation of color #CC2374: hue angle of 331.24º 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 #CC2374 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 116 -
CMYK 0 0.83 0.43 0.2
HSL 331.24º 0.71% 0.47% -
HSV(B) 331.24º 0.83% 0.8% -
XYZ 28.66 15.3 17.97 -
YUV 94.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 204 35 116 0 0.83 0.43 0.2 331.24 0.71 0.47
Hex CC 23 74 0 53 2B 14 14B 47 2F
Octal 314 43 164 0 123 53 24 513 107 57
Binary 11001100 100011 1110100 0 1010011 101011 10100 101001011 1000111 101111

Color Harmonies of #CC2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2374

Black with #CC2374

Text Example


Text Example

White with #CC2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2374; }

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

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

background-color css

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

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

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

border-color css

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

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

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