Html Css Color HEX #CC26AF Medium Violet Red

📋 copy color: '#CC26AF'

red 204 ◦ green 38 ◦ blue 175

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

Shades of Medium Violet Red #CC26AF

Tints of Medium Violet Red #CC26AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 48.92%
G = 9.11%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC26AF (or 0xCC26AF) is known color: Medium Violet Red. HEX triplet: CC, 26 and AF. RGB value is (204,38,175). Sum of RGB (Red+Green+Blue) = 204+38+175=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC26AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC26AF is #33D950. Grayscale: #666666. Windows color (decimal): -3397969 or 11478732. OLE color: 11478732.

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

Color convert

RGB 204 38 175 -
CMYK 0 0.81 0.14 0.2
HSL 310.48º 0.69% 0.47% -
HSV(B) 310.48º 0.81% 0.8% -
XYZ 33.33 17.32 42.14 -
YUV 103.25 168.5 199.86 -
System Red Green Blue C M Y K H S L
Decimal 204 38 175 0 0.81 0.14 0.2 310.48 0.69 0.47
Hex CC 26 AF 0 51 E 14 136 45 2F
Octal 314 46 257 0 121 16 24 466 105 57
Binary 11001100 100110 10101111 0 1010001 1110 10100 100110110 1000101 101111

Color Harmonies of #CC26AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC26AF

Black with #CC26AF

Text Example


Text Example

White with #CC26AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC26AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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