Html Css Color HEX #CC1292 Medium Violet Red

📋 copy color: '#CC1292'

red 204 ◦ green 18 ◦ blue 146

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

Shades of Medium Violet Red #CC1292

Tints of Medium Violet Red #CC1292

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 146 (57.42% from 255) = 39.67%

R = 55.43%
G = 4.89%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC1292 (or 0xCC1292) is known color: Medium Violet Red. HEX triplet: CC, 12 and 92. RGB value is (204,18,146). Sum of RGB (Red+Green+Blue) = 204+18+146=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1292 is #33ED6D. Grayscale: #575757. Windows color (decimal): -3403118 or 9573068. OLE color: 9573068.

HSL color Cylindrical-coordinate representation of color #CC1292: hue angle of 318.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1292 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 18 146 -
CMYK 0 0.91 0.28 0.2
HSL 318.71º 0.84% 0.44% -
HSV(B) 318.71º 0.91% 0.8% -
XYZ 30.31 15.35 28.56 -
YUV 88.21 160.62 210.59 -
System Red Green Blue C M Y K H S L
Decimal 204 18 146 0 0.91 0.28 0.2 318.71 0.84 0.44
Hex CC 12 92 0 5B 1C 14 13F 54 2C
Octal 314 22 222 0 133 34 24 477 124 54
Binary 11001100 10010 10010010 0 1011011 11100 10100 100111111 1010100 101100

Color Harmonies of #CC1292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1292

Black with #CC1292

Text Example


Text Example

White with #CC1292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1292; }

 p { color: rgb(204,18,146); }

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

background-color css

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

 a { background-color: rgb(204,18,146); }

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

border-color css

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

 span { border-color: rgb(204,18,146); }

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