Html Css Color HEX #CC1BA5 Medium Violet Red

📋 copy color: '#CC1BA5'

red 204 ◦ green 27 ◦ blue 165

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

Shades of Medium Violet Red #CC1BA5

Tints of Medium Violet Red #CC1BA5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

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

R = 51.52%
G = 6.82%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC1BA5 (or 0xCC1BA5) is known color: Medium Violet Red. HEX triplet: CC, 1B and A5. RGB value is (204,27,165). Sum of RGB (Red+Green+Blue) = 204+27+165=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BA5 is #33E45A. Grayscale: #5F5F5F. Windows color (decimal): -3400795 or 10820556. OLE color: 10820556.

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

Color convert

RGB 204 27 165 -
CMYK 0 0.87 0.19 0.2
HSL 313.22º 0.77% 0.45% -
HSV(B) 313.22º 0.87% 0.8% -
XYZ 32.09 16.34 37.06 -
YUV 95.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 204 27 165 0 0.87 0.19 0.2 313.22 0.77 0.45
Hex CC 1B A5 0 57 13 14 139 4D 2D
Octal 314 33 245 0 127 23 24 471 115 55
Binary 11001100 11011 10100101 0 1010111 10011 10100 100111001 1001101 101101

Color Harmonies of #CC1BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BA5

Black with #CC1BA5

Text Example


Text Example

White with #CC1BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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