Html Css Color HEX #CC147A Medium Violet Red

📋 copy color: '#CC147A'

red 204 ◦ green 20 ◦ blue 122

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

Shades of Medium Violet Red #CC147A

Tints of Medium Violet Red #CC147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 58.96%
G = 5.78%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC147A (or 0xCC147A) is known color: Medium Violet Red. HEX triplet: CC, 14 and 7A. RGB value is (204,20,122). Sum of RGB (Red+Green+Blue) = 204+20+122=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC147A is #33EB85. Grayscale: #565656. Windows color (decimal): -3402630 or 8000716. OLE color: 8000716.

HSL color Cylindrical-coordinate representation of color #CC147A: hue angle of 326.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC147A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 20 122 -
CMYK 0 0.90 0.40 0.2
HSL 326.74º 0.82% 0.44% -
HSV(B) 326.74º 0.9% 0.8% -
XYZ 28.66 14.74 19.75 -
YUV 86.64 147.96 211.71 -
System Red Green Blue C M Y K H S L
Decimal 204 20 122 0 0.90 0.40 0.2 326.74 0.82 0.44
Hex CC 14 7A 0 5A 28 14 147 52 2C
Octal 314 24 172 0 132 50 24 507 122 54
Binary 11001100 10100 1111010 0 1011010 101000 10100 101000111 1010010 101100

Color Harmonies of #CC147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC147A

Black with #CC147A

Text Example


Text Example

White with #CC147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC147A; }

 p { color: rgb(204,20,122); }

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

background-color css

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

 a { background-color: rgb(204,20,122); }

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

border-color css

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

 span { border-color: rgb(204,20,122); }

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