Html Css Color HEX #CC23A1 Medium Violet Red

📋 copy color: '#CC23A1'

red 204 ◦ green 35 ◦ blue 161

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

Shades of Medium Violet Red #CC23A1

Tints of Medium Violet Red #CC23A1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 51%
G = 8.75%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC23A1 (or 0xCC23A1) is known color: Medium Violet Red. HEX triplet: CC, 23 and A1. RGB value is (204,35,161). Sum of RGB (Red+Green+Blue) = 204+35+161=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC23A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC23A1 is #33DC5E. Grayscale: #636363. Windows color (decimal): -3398751 or 10560460. OLE color: 10560460.

HSL color Cylindrical-coordinate representation of color #CC23A1: hue angle of 315.27º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC23A1 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 161 -
CMYK 0 0.83 0.21 0.2
HSL 315.27º 0.71% 0.47% -
HSV(B) 315.27º 0.83% 0.8% -
XYZ 31.94 16.61 35.24 -
YUV 99.9 162.49 202.25 -
System Red Green Blue C M Y K H S L
Decimal 204 35 161 0 0.83 0.21 0.2 315.27 0.71 0.47
Hex CC 23 A1 0 53 15 14 13B 47 2F
Octal 314 43 241 0 123 25 24 473 107 57
Binary 11001100 100011 10100001 0 1010011 10101 10100 100111011 1000111 101111

Color Harmonies of #CC23A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23A1

Black with #CC23A1

Text Example


Text Example

White with #CC23A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23A1; }

 p { color: rgb(204,35,161); }

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

background-color css

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

 a { background-color: rgb(204,35,161); }

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

border-color css

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

 span { border-color: rgb(204,35,161); }

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