Html Css Color HEX #C7407A Royal Heath

📋 copy color: '#C7407A'

red 199 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #C7407A

Tints of Royal Heath #C7407A

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

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

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 51.69%
G = 16.62%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7407A (or 0xC7407A) is known color: Royal Heath. HEX triplet: C7, 40 and 7A. RGB value is (199,64,122). Sum of RGB (Red+Green+Blue) = 199+64+122=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7407A is #38BF85. Grayscale: #6E6E6E. Windows color (decimal): -3719046 or 8011975. OLE color: 8011975.

HSL color Cylindrical-coordinate representation of color #C7407A: hue angle of 334.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7407A is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 122 -
CMYK 0 0.68 0.39 0.22
HSL 334.22º 0.55% 0.52% -
HSV(B) 334.22º 0.68% 0.78% -
XYZ 28.9 17.21 20.21 -
YUV 110.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 199 64 122 0 0.68 0.39 0.22 334.22 0.55 0.52
Hex C7 40 7A 0 44 27 16 14E 37 34
Octal 307 100 172 0 104 47 26 516 67 64
Binary 11000111 1000000 1111010 0 1000100 100111 10110 101001110 110111 110100

Color Harmonies of #C7407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7407A

Black with #C7407A

Text Example


Text Example

White with #C7407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7407A; }

 p { color: rgb(199,64,122); }

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

background-color css

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

 a { background-color: rgb(199,64,122); }

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

border-color css

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

 span { border-color: rgb(199,64,122); }

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