Html Css Color HEX #CC2274 Medium Violet Red

📋 copy color: '#CC2274'

red 204 ◦ green 34 ◦ blue 116

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

Shades of Medium Violet Red #CC2274

Tints of Medium Violet Red #CC2274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 57.63%
G = 9.6%
B = 32.77%

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

#CC2274 (or 0xCC2274) is known color: Medium Violet Red. HEX triplet: CC, 22 and 74. RGB value is (204,34,116). Sum of RGB (Red+Green+Blue) = 204+34+116=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2274 is #33DD8B. Grayscale: #5E5E5E. Windows color (decimal): -3399052 or 7611084. OLE color: 7611084.

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

Color convert

RGB 204 34 116 -
CMYK 0 0.83 0.43 0.2
HSL 331.06º 0.71% 0.47% -
HSV(B) 331.06º 0.83% 0.8% -
XYZ 28.63 15.24 17.96 -
YUV 94.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 204 34 116 0 0.83 0.43 0.2 331.06 0.71 0.47
Hex CC 22 74 0 53 2B 14 14B 47 2F
Octal 314 42 164 0 123 53 24 513 107 57
Binary 11001100 100010 1110100 0 1010011 101011 10100 101001011 1000111 101111

Color Harmonies of #CC2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2274

Black with #CC2274

Text Example


Text Example

White with #CC2274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2274; }

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

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

background-color css

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

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

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

border-color css

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

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

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