Html Css Color HEX #C2417D Mulberry

📋 copy color: '#C2417D'

red 194 ◦ green 65 ◦ blue 125

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

Shades of Mulberry #C2417D

Tints of Mulberry #C2417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 50.52%
G = 16.93%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2417D (or 0xC2417D) is known color: Mulberry. HEX triplet: C2, 41 and 7D. RGB value is (194,65,125). Sum of RGB (Red+Green+Blue) = 194+65+125=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2417D is #3DBE82. Grayscale: #6E6E6E. Windows color (decimal): -4046467 or 8208834. OLE color: 8208834.

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

Color convert

RGB 194 65 125 -
CMYK 0 0.66 0.36 0.24
HSL 332.09º 0.51% 0.51% -
HSV(B) 332.09º 0.66% 0.76% -
XYZ 27.84 16.73 21.16 -
YUV 110.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 194 65 125 0 0.66 0.36 0.24 332.09 0.51 0.51
Hex C2 41 7D 0 42 24 18 14C 33 33
Octal 302 101 175 0 102 44 30 514 63 63
Binary 11000010 1000001 1111101 0 1000010 100100 11000 101001100 110011 110011

Color Harmonies of #C2417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2417D

Black with #C2417D

Text Example


Text Example

White with #C2417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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