Html Css Color HEX #C2407E Mulberry

📋 copy color: '#C2407E'

red 194 ◦ green 64 ◦ blue 126

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

Shades of Mulberry #C2407E

Tints of Mulberry #C2407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 50.52%
G = 16.67%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2407E (or 0xC2407E) is known color: Mulberry. HEX triplet: C2, 40 and 7E. RGB value is (194,64,126). Sum of RGB (Red+Green+Blue) = 194+64+126=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2407E is #3DBF81. Grayscale: #6D6D6D. Windows color (decimal): -4046722 or 8274114. OLE color: 8274114.

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

Color convert

RGB 194 64 126 -
CMYK 0 0.67 0.35 0.24
HSL 331.38º 0.52% 0.51% -
HSV(B) 331.38º 0.67% 0.76% -
XYZ 27.85 16.64 21.48 -
YUV 109.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 194 64 126 0 0.67 0.35 0.24 331.38 0.52 0.51
Hex C2 40 7E 0 43 23 18 14B 34 33
Octal 302 100 176 0 103 43 30 513 64 63
Binary 11000010 1000000 1111110 0 1000011 100011 11000 101001011 110100 110011

Color Harmonies of #C2407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2407E

Black with #C2407E

Text Example


Text Example

White with #C2407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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