Html Css Color HEX #CC26A5 Medium Violet Red

📋 copy color: '#CC26A5'

red 204 ◦ green 38 ◦ blue 165

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

Shades of Medium Violet Red #CC26A5

Tints of Medium Violet Red #CC26A5

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.34%

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

R = 50.12%
G = 9.34%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CC26A5 (or 0xCC26A5) is known color: Medium Violet Red. HEX triplet: CC, 26 and A5. RGB value is (204,38,165). Sum of RGB (Red+Green+Blue) = 204+38+165=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC26A5 is #33D95A. Grayscale: #656565. Windows color (decimal): -3397979 or 10823372. OLE color: 10823372.

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

Color convert

RGB 204 38 165 -
CMYK 0 0.81 0.19 0.2
HSL 314.1º 0.69% 0.47% -
HSV(B) 314.1º 0.81% 0.8% -
XYZ 32.39 16.94 37.16 -
YUV 102.11 163.5 200.67 -
System Red Green Blue C M Y K H S L
Decimal 204 38 165 0 0.81 0.19 0.2 314.1 0.69 0.47
Hex CC 26 A5 0 51 13 14 13A 45 2F
Octal 314 46 245 0 121 23 24 472 105 57
Binary 11001100 100110 10100101 0 1010001 10011 10100 100111010 1000101 101111

Color Harmonies of #CC26A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26A5

Black with #CC26A5

Text Example


Text Example

White with #CC26A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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