Html Css Color HEX #C2418A Mulberry

📋 copy color: '#C2418A'

red 194 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C2418A

Tints of Mulberry #C2418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 48.87%
G = 16.37%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2418A (or 0xC2418A) is known color: Mulberry. HEX triplet: C2, 41 and 8A. RGB value is (194,65,138). Sum of RGB (Red+Green+Blue) = 194+65+138=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2418A is #3DBE75. Grayscale: #6F6F6F. Windows color (decimal): -4046454 or 9060802. OLE color: 9060802.

HSL color Cylindrical-coordinate representation of color #C2418A: hue angle of 326.05º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2418A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 138 -
CMYK 0 0.66 0.29 0.24
HSL 326.05º 0.51% 0.51% -
HSV(B) 326.05º 0.66% 0.76% -
XYZ 28.73 17.08 25.83 -
YUV 111.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 194 65 138 0 0.66 0.29 0.24 326.05 0.51 0.51
Hex C2 41 8A 0 42 1D 18 146 33 33
Octal 302 101 212 0 102 35 30 506 63 63
Binary 11000010 1000001 10001010 0 1000010 11101 11000 101000110 110011 110011

Color Harmonies of #C2418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2418A

Black with #C2418A

Text Example


Text Example

White with #C2418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2418A; }

 p { color: rgb(194,65,138); }

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

background-color css

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

 a { background-color: rgb(194,65,138); }

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

border-color css

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

 span { border-color: rgb(194,65,138); }

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