Html Css Color HEX #CC269C Medium Violet Red

📋 copy color: '#CC269C'

red 204 ◦ green 38 ◦ blue 156

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

Shades of Medium Violet Red #CC269C

Tints of Medium Violet Red #CC269C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 51.26%
G = 9.55%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC269C (or 0xCC269C) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9C. RGB value is (204,38,156). Sum of RGB (Red+Green+Blue) = 204+38+156=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269C is #33D963. Grayscale: #646464. Windows color (decimal): -3397988 or 10233548. OLE color: 10233548.

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

Color convert

RGB 204 38 156 -
CMYK 0 0.81 0.24 0.2
HSL 317.35º 0.69% 0.47% -
HSV(B) 317.35º 0.81% 0.8% -
XYZ 31.6 16.62 33 -
YUV 101.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 204 38 156 0 0.81 0.24 0.2 317.35 0.69 0.47
Hex CC 26 9C 0 51 18 14 13D 45 2F
Octal 314 46 234 0 121 30 24 475 105 57
Binary 11001100 100110 10011100 0 1010001 11000 10100 100111101 1000101 101111

Color Harmonies of #CC269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC269C

Black with #CC269C

Text Example


Text Example

White with #CC269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC269C; }

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

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

background-color css

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

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

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

border-color css

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

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

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