Html Css Color HEX #CF43AD Fuchsia

📋 copy color: '#CF43AD'

red 207 ◦ green 67 ◦ blue 173

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

Shades of Fuchsia #CF43AD

Tints of Fuchsia #CF43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.99%

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

R = 46.31%
G = 14.99%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF43AD (or 0xCF43AD) is known color: Fuchsia. HEX triplet: CF, 43 and AD. RGB value is (207,67,173). Sum of RGB (Red+Green+Blue) = 207+67+173=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF43AD is #30BC52. Grayscale: #787878. Windows color (decimal): -3193939 or 11355087. OLE color: 11355087.

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

Color convert

RGB 207 67 173 -
CMYK 0 0.68 0.16 0.19
HSL 314.57º 0.59% 0.54% -
HSV(B) 314.57º 0.68% 0.81% -
XYZ 35.28 20.3 41.59 -
YUV 120.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 207 67 173 0 0.68 0.16 0.19 314.57 0.59 0.54
Hex CF 43 AD 0 44 10 13 13B 3B 36
Octal 317 103 255 0 104 20 23 473 73 66
Binary 11001111 1000011 10101101 0 1000100 10000 10011 100111011 111011 110110

Color Harmonies of #CF43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43AD

Black with #CF43AD

Text Example


Text Example

White with #CF43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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