Html Css Color HEX #CC269D Medium Violet Red

📋 copy color: '#CC269D'

red 204 ◦ green 38 ◦ blue 157

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

Shades of Medium Violet Red #CC269D

Tints of Medium Violet Red #CC269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 51.13%
G = 9.52%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC269D (or 0xCC269D) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9D. RGB value is (204,38,157). Sum of RGB (Red+Green+Blue) = 204+38+157=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269D is #33D962. Grayscale: #646464. Windows color (decimal): -3397987 or 10299084. OLE color: 10299084.

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

Color convert

RGB 204 38 157 -
CMYK 0 0.81 0.23 0.2
HSL 316.99º 0.69% 0.47% -
HSV(B) 316.99º 0.81% 0.8% -
XYZ 31.68 16.66 33.44 -
YUV 101.2 159.5 201.32 -
System Red Green Blue C M Y K H S L
Decimal 204 38 157 0 0.81 0.23 0.2 316.99 0.69 0.47
Hex CC 26 9D 0 51 17 14 13D 45 2F
Octal 314 46 235 0 121 27 24 475 105 57
Binary 11001100 100110 10011101 0 1010001 10111 10100 100111101 1000101 101111

Color Harmonies of #CC269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC269D

Black with #CC269D

Text Example


Text Example

White with #CC269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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