Html Css Color HEX #C43F7B Royal Heath

📋 copy color: '#C43F7B'

red 196 ◦ green 63 ◦ blue 123

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

Shades of Royal Heath #C43F7B

Tints of Royal Heath #C43F7B

RGB

 RED value IS 196 (76.95% from 255) = 51.31%

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 51.31%
G = 16.49%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C43F7B (or 0xC43F7B) is known color: Royal Heath. HEX triplet: C4, 3F and 7B. RGB value is (196,63,123). Sum of RGB (Red+Green+Blue) = 196+63+123=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43F7B is #3BC084. Grayscale: #6D6D6D. Windows color (decimal): -3915909 or 8077252. OLE color: 8077252.

HSL color Cylindrical-coordinate representation of color #C43F7B: hue angle of 332.93º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43F7B is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 123 -
CMYK 0 0.68 0.37 0.23
HSL 332.93º 0.53% 0.51% -
HSV(B) 332.93º 0.68% 0.77% -
XYZ 28.12 16.72 20.48 -
YUV 109.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 196 63 123 0 0.68 0.37 0.23 332.93 0.53 0.51
Hex C4 3F 7B 0 44 25 17 14D 35 33
Octal 304 77 173 0 104 45 27 515 65 63
Binary 11000100 111111 1111011 0 1000100 100101 10111 101001101 110101 110011

Color Harmonies of #C43F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F7B

Black with #C43F7B

Text Example


Text Example

White with #C43F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F7B; }

 p { color: rgb(196,63,123); }

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

background-color css

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

 a { background-color: rgb(196,63,123); }

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

border-color css

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

 span { border-color: rgb(196,63,123); }

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