Html Css Color HEX #C3407D Mulberry

📋 copy color: '#C3407D'

red 195 ◦ green 64 ◦ blue 125

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

Shades of Mulberry #C3407D

Tints of Mulberry #C3407D

RGB

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

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

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

R = 50.78%
G = 16.67%
B = 32.55%

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

#C3407D (or 0xC3407D) is known color: Mulberry. HEX triplet: C3, 40 and 7D. RGB value is (195,64,125). Sum of RGB (Red+Green+Blue) = 195+64+125=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C3407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3407D is #3CBF82. Grayscale: #6E6E6E. Windows color (decimal): -3981187 or 8208579. OLE color: 8208579.

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

Color convert

RGB 195 64 125 -
CMYK 0 0.67 0.36 0.24
HSL 332.06º 0.52% 0.51% -
HSV(B) 332.06º 0.67% 0.76% -
XYZ 28.04 16.75 21.16 -
YUV 110.12 136.4 188.54 -
System Red Green Blue C M Y K H S L
Decimal 195 64 125 0 0.67 0.36 0.24 332.06 0.52 0.51
Hex C3 40 7D 0 43 24 18 14C 34 33
Octal 303 100 175 0 103 44 30 514 64 63
Binary 11000011 1000000 1111101 0 1000011 100100 11000 101001100 110100 110011

Color Harmonies of #C3407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3407D

Black with #C3407D

Text Example


Text Example

White with #C3407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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