Html Css Color HEX #C23CA4 Mulberry

📋 copy color: '#C23CA4'

red 194 ◦ green 60 ◦ blue 164

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

Shades of Mulberry #C23CA4

Tints of Mulberry #C23CA4

RGB

 RED value IS 194 (76.17% from 255) = 46.41%

 GREEN value IS 60 (23.83% from 255) = 14.35%

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 46.41%
G = 14.35%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C23CA4 (or 0xC23CA4) is known color: Mulberry. HEX triplet: C2, 3C and A4. RGB value is (194,60,164). Sum of RGB (Red+Green+Blue) = 194+60+164=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CA4 is #3DC35B. Grayscale: #6F6F6F. Windows color (decimal): -4047708 or 10763458. OLE color: 10763458.

HSL color Cylindrical-coordinate representation of color #C23CA4: hue angle of 313.43º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23CA4 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 164 -
CMYK 0 0.69 0.15 0.24
HSL 313.43º 0.53% 0.5% -
HSV(B) 313.43º 0.69% 0.76% -
XYZ 30.56 17.38 36.87 -
YUV 111.92 157.39 186.54 -
System Red Green Blue C M Y K H S L
Decimal 194 60 164 0 0.69 0.15 0.24 313.43 0.53 0.5
Hex C2 3C A4 0 45 F 18 139 35 32
Octal 302 74 244 0 105 17 30 471 65 62
Binary 11000010 111100 10100100 0 1000101 1111 11000 100111001 110101 110010

Color Harmonies of #C23CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23CA4

Black with #C23CA4

Text Example


Text Example

White with #C23CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23CA4; }

 p { color: rgb(194,60,164); }

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

background-color css

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

 a { background-color: rgb(194,60,164); }

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

border-color css

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

 span { border-color: rgb(194,60,164); }

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