Html Css Color HEX #CC269A Medium Violet Red

📋 copy color: '#CC269A'

red 204 ◦ green 38 ◦ blue 154

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

Shades of Medium Violet Red #CC269A

Tints of Medium Violet Red #CC269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 51.52%
G = 9.6%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC269A (or 0xCC269A) is known color: Medium Violet Red. HEX triplet: CC, 26 and 9A. RGB value is (204,38,154). Sum of RGB (Red+Green+Blue) = 204+38+154=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC269A is #33D965. Grayscale: #646464. Windows color (decimal): -3397990 or 10102476. OLE color: 10102476.

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

Color convert

RGB 204 38 154 -
CMYK 0 0.81 0.25 0.2
HSL 318.07º 0.69% 0.47% -
HSV(B) 318.07º 0.81% 0.8% -
XYZ 31.43 16.56 32.11 -
YUV 100.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 204 38 154 0 0.81 0.25 0.2 318.07 0.69 0.47
Hex CC 26 9A 0 51 19 14 13E 45 2F
Octal 314 46 232 0 121 31 24 476 105 57
Binary 11001100 100110 10011010 0 1010001 11001 10100 100111110 1000101 101111

Color Harmonies of #CC269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC269A

Black with #CC269A

Text Example


Text Example

White with #CC269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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