Html Css Color HEX #C0457D Royal Heath

📋 copy color: '#C0457D'

red 192 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #C0457D

Tints of Royal Heath #C0457D

RGB

 RED value IS 192 (75.39% from 255) = 49.74%

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 49.74%
G = 17.88%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0457D (or 0xC0457D) is known color: Royal Heath. HEX triplet: C0, 45 and 7D. RGB value is (192,69,125). Sum of RGB (Red+Green+Blue) = 192+69+125=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0457D is #3FBA82. Grayscale: #707070. Windows color (decimal): -4176515 or 8209856. OLE color: 8209856.

HSL color Cylindrical-coordinate representation of color #C0457D: hue angle of 332.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0457D is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 69 125 -
CMYK 0 0.64 0.35 0.25
HSL 332.68º 0.49% 0.51% -
HSV(B) 332.68º 0.64% 0.75% -
XYZ 27.57 16.94 21.22 -
YUV 112.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 192 69 125 0 0.64 0.35 0.25 332.68 0.49 0.51
Hex C0 45 7D 0 40 23 19 14D 31 33
Octal 300 105 175 0 100 43 31 515 61 63
Binary 11000000 1000101 1111101 0 1000000 100011 11001 101001101 110001 110011

Color Harmonies of #C0457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0457D

Black with #C0457D

Text Example


Text Example

White with #C0457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0457D; }

 p { color: rgb(192,69,125); }

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

background-color css

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

 a { background-color: rgb(192,69,125); }

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

border-color css

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

 span { border-color: rgb(192,69,125); }

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