Html Css Color HEX #CC1285 Medium Violet Red

📋 copy color: '#CC1285'

red 204 ◦ green 18 ◦ blue 133

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

Shades of Medium Violet Red #CC1285

Tints of Medium Violet Red #CC1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.46%

R = 57.46%
G = 5.07%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC1285 (or 0xCC1285) is known color: Medium Violet Red. HEX triplet: CC, 12 and 85. RGB value is (204,18,133). Sum of RGB (Red+Green+Blue) = 204+18+133=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1285 is #33ED7A. Grayscale: #565656. Windows color (decimal): -3403131 or 8721100. OLE color: 8721100.

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

Color convert

RGB 204 18 133 -
CMYK 0 0.91 0.35 0.2
HSL 322.9º 0.84% 0.44% -
HSV(B) 322.9º 0.91% 0.8% -
XYZ 29.35 14.96 23.53 -
YUV 86.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 204 18 133 0 0.91 0.35 0.2 322.9 0.84 0.44
Hex CC 12 85 0 5B 23 14 143 54 2C
Octal 314 22 205 0 133 43 24 503 124 54
Binary 11001100 10010 10000101 0 1011011 100011 10100 101000011 1010100 101100

Color Harmonies of #CC1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1285

Black with #CC1285

Text Example


Text Example

White with #CC1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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