Html Css Color HEX #CC269F Medium Violet Red

📋 copy color: '#CC269F'

red 204 ◦ green 38 ◦ blue 159

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

Shades of Medium Violet Red #CC269F

Tints of Medium Violet Red #CC269F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 50.87%
G = 9.48%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC269F (or 0xCC269F) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9F. RGB value is (204,38,159). Sum of RGB (Red+Green+Blue) = 204+38+159=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269F is #33D960. Grayscale: #656565. Windows color (decimal): -3397985 or 10430156. OLE color: 10430156.

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

Color convert

RGB 204 38 159 -
CMYK 0 0.81 0.22 0.2
HSL 316.27º 0.69% 0.47% -
HSV(B) 316.27º 0.81% 0.8% -
XYZ 31.85 16.73 34.35 -
YUV 101.43 160.5 201.16 -
System Red Green Blue C M Y K H S L
Decimal 204 38 159 0 0.81 0.22 0.2 316.27 0.69 0.47
Hex CC 26 9F 0 51 16 14 13C 45 2F
Octal 314 46 237 0 121 26 24 474 105 57
Binary 11001100 100110 10011111 0 1010001 10110 10100 100111100 1000101 101111

Color Harmonies of #CC269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC269F

Black with #CC269F

Text Example


Text Example

White with #CC269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC269F; }

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

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

background-color css

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

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

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

border-color css

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

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

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