Html Css Color HEX #C2407D Mulberry

📋 copy color: '#C2407D'

red 194 ◦ green 64 ◦ blue 125

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

Shades of Mulberry #C2407D

Tints of Mulberry #C2407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.71%

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

R = 50.65%
G = 16.71%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2407D (or 0xC2407D) is known color: Mulberry. HEX triplet: C2, 40 and 7D. RGB value is (194,64,125). Sum of RGB (Red+Green+Blue) = 194+64+125=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2407D is #3DBF82. Grayscale: #6D6D6D. Windows color (decimal): -4046723 or 8208578. OLE color: 8208578.

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

Color convert

RGB 194 64 125 -
CMYK 0 0.67 0.36 0.24
HSL 331.85º 0.52% 0.51% -
HSV(B) 331.85º 0.67% 0.76% -
XYZ 27.78 16.62 21.15 -
YUV 109.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 194 64 125 0 0.67 0.36 0.24 331.85 0.52 0.51
Hex C2 40 7D 0 43 24 18 14C 34 33
Octal 302 100 175 0 103 44 30 514 64 63
Binary 11000010 1000000 1111101 0 1000011 100100 11000 101001100 110100 110011

Color Harmonies of #C2407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2407D

Black with #C2407D

Text Example


Text Example

White with #C2407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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