Html Css Color HEX #CC0274 Medium Violet Red

📋 copy color: '#CC0274'

red 204 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #CC0274

Tints of Medium Violet Red #CC0274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 63.35%
G = 0.62%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC0274 (or 0xCC0274) is known color: Medium Violet Red. HEX triplet: CC, 02 and 74. RGB value is (204,2,116). Sum of RGB (Red+Green+Blue) = 204+2+116=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0274 is #33FD8B. Grayscale: #4B4B4B. Windows color (decimal): -3407244 or 7602892. OLE color: 7602892.

HSL color Cylindrical-coordinate representation of color #CC0274: hue angle of 326.14º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0274 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 2 116 -
CMYK 0 0.99 0.43 0.2
HSL 326.14º 0.98% 0.4% -
HSV(B) 326.14º 0.99% 0.8% -
XYZ 28.08 14.14 17.77 -
YUV 75.39 150.92 219.73 -
System Red Green Blue C M Y K H S L
Decimal 204 2 116 0 0.99 0.43 0.2 326.14 0.98 0.4
Hex CC 2 74 0 63 2B 14 146 62 28
Octal 314 2 164 0 143 53 24 506 142 50
Binary 11001100 10 1110100 0 1100011 101011 10100 101000110 1100010 101000

Color Harmonies of #CC0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0274

Black with #CC0274

Text Example


Text Example

White with #CC0274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0274; }

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

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

background-color css

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

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

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

border-color css

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

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

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