Html Css Color HEX #CF44AD Fuchsia

📋 copy color: '#CF44AD'

red 207 ◦ green 68 ◦ blue 173

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

Shades of Fuchsia #CF44AD

Tints of Fuchsia #CF44AD

RGB

 RED value IS 207 (81.25% from 255) = 46.21%

 GREEN value IS 68 (26.95% from 255) = 15.18%

 BLUE value IS 173 (67.97% from 255) = 38.62%

R = 46.21%
G = 15.18%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF44AD (or 0xCF44AD) is known color: Fuchsia. HEX triplet: CF, 44 and AD. RGB value is (207,68,173). Sum of RGB (Red+Green+Blue) = 207+68+173=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF44AD is #30BB52. Grayscale: #797979. Windows color (decimal): -3193683 or 11355343. OLE color: 11355343.

HSL color Cylindrical-coordinate representation of color #CF44AD: hue angle of 314.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44AD is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 173 -
CMYK 0 0.67 0.16 0.19
HSL 314.68º 0.59% 0.54% -
HSV(B) 314.68º 0.67% 0.81% -
XYZ 35.34 20.42 41.61 -
YUV 121.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 207 68 173 0 0.67 0.16 0.19 314.68 0.59 0.54
Hex CF 44 AD 0 43 10 13 13B 3B 36
Octal 317 104 255 0 103 20 23 473 73 66
Binary 11001111 1000100 10101101 0 1000011 10000 10011 100111011 111011 110110

Color Harmonies of #CF44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44AD

Black with #CF44AD

Text Example


Text Example

White with #CF44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44AD; }

 p { color: rgb(207,68,173); }

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

background-color css

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

 a { background-color: rgb(207,68,173); }

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

border-color css

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

 span { border-color: rgb(207,68,173); }

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