Html Css Color HEX #C3407E Mulberry

📋 copy color: '#C3407E'

red 195 ◦ green 64 ◦ blue 126

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

Shades of Mulberry #C3407E

Tints of Mulberry #C3407E

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

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

R = 50.65%
G = 16.62%
B = 32.73%

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

#C3407E (or 0xC3407E) is known color: Mulberry. HEX triplet: C3, 40 and 7E. RGB value is (195,64,126). Sum of RGB (Red+Green+Blue) = 195+64+126=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3407E is #3CBF81. Grayscale: #6E6E6E. Windows color (decimal): -3981186 or 8274115. OLE color: 8274115.

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

Color convert

RGB 195 64 126 -
CMYK 0 0.67 0.35 0.24
HSL 331.6º 0.52% 0.51% -
HSV(B) 331.6º 0.67% 0.76% -
XYZ 28.1 16.78 21.5 -
YUV 110.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 195 64 126 0 0.67 0.35 0.24 331.6 0.52 0.51
Hex C3 40 7E 0 43 23 18 14C 34 33
Octal 303 100 176 0 103 43 30 514 64 63
Binary 11000011 1000000 1111110 0 1000011 100011 11000 101001100 110100 110011

Color Harmonies of #C3407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3407E

Black with #C3407E

Text Example


Text Example

White with #C3407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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