#C3407B

Color #C3407B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C3407B

Tints of Royal Heath #C3407B

Color information

#C3407B (or 0xC3407B) is unknown color: approx Royal Heath. HEX triplet: C3, 40 and 7B. RGB value is (195,64,123). Sum of RGB (Red+Green+Blue) = 195+64+123=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3407B is #3CBF84. Grayscale: #6D6D6D. Windows color (decimal): -3981189 or 8077507. OLE color: 8077507.

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

Color convert

RGB19564123-
CMYK00.670.370.24
HSL332.98º52.19%50.78%-
HSV(B)332.98º67.18%76.47%-
XYZ27.9116.720.49-
YUV109.9135.4188.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 64 (25.39% from 255) = 16.75%
BLUE value IS 123 (48.44% from 255) = 32.20%
R=51.05%
G=16.75%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956412300.670.370.24332.9852.1950.78
HexC3407B043251814d3433
Octal303100173010345305156463
Binary11000011100000011110110100001110010111000101001101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3407B; }

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

 H1.HeaderClassName
 {
   color: #C3407B;
 }
 .AnyTagClassName
 {
   color: #C3407B;
 }
</style>
background-color css

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

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

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

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

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

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