Html Css Color HEX #CC1DA5 Medium Violet Red

📋 copy color: '#CC1DA5'

red 204 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #CC1DA5

Tints of Medium Violet Red #CC1DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.29%

 BLUE value IS 165 (64.84% from 255) = 41.46%

R = 51.26%
G = 7.29%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC1DA5 (or 0xCC1DA5) is known color: Medium Violet Red. HEX triplet: CC, 1D and A5. RGB value is (204,29,165). Sum of RGB (Red+Green+Blue) = 204+29+165=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1DA5 is #33E25A. Grayscale: #606060. Windows color (decimal): -3400283 or 10821068. OLE color: 10821068.

HSL color Cylindrical-coordinate representation of color #CC1DA5: hue angle of 313.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1DA5 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 29 165 -
CMYK 0 0.86 0.19 0.2
HSL 313.37º 0.75% 0.46% -
HSV(B) 313.37º 0.86% 0.8% -
XYZ 32.13 16.43 37.08 -
YUV 96.83 166.48 204.44 -
System Red Green Blue C M Y K H S L
Decimal 204 29 165 0 0.86 0.19 0.2 313.37 0.75 0.46
Hex CC 1D A5 0 56 13 14 139 4B 2E
Octal 314 35 245 0 126 23 24 471 113 56
Binary 11001100 11101 10100101 0 1010110 10011 10100 100111001 1001011 101110

Color Harmonies of #CC1DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1DA5

Black with #CC1DA5

Text Example


Text Example

White with #CC1DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1DA5; }

 p { color: rgb(204,29,165); }

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

background-color css

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

 a { background-color: rgb(204,29,165); }

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

border-color css

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

 span { border-color: rgb(204,29,165); }

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