Html Css Color HEX #CF4AC5 Fuchsia

📋 copy color: '#CF4AC5'

red 207 ◦ green 74 ◦ blue 197

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

Shades of Fuchsia #CF4AC5

Tints of Fuchsia #CF4AC5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.48%

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 43.31%
G = 15.48%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF4AC5 (or 0xCF4AC5) is known color: Fuchsia. HEX triplet: CF, 4A and C5. RGB value is (207,74,197). Sum of RGB (Red+Green+Blue) = 207+74+197=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AC5 is #30B53A. Grayscale: #7F7F7F. Windows color (decimal): -3192123 or 12929743. OLE color: 12929743.

HSL color Cylindrical-coordinate representation of color #CF4AC5: hue angle of 304.51º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AC5 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 74 197 -
CMYK 0 0.64 0.05 0.19
HSL 304.51º 0.58% 0.55% -
HSV(B) 304.51º 0.64% 0.81% -
XYZ 38.26 22.19 55.09 -
YUV 127.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 207 74 197 0 0.64 0.05 0.19 304.51 0.58 0.55
Hex CF 4A C5 0 40 5 13 131 3A 37
Octal 317 112 305 0 100 5 23 461 72 67
Binary 11001111 1001010 11000101 0 1000000 101 10011 100110001 111010 110111

Color Harmonies of #CF4AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4AC5

Black with #CF4AC5

Text Example


Text Example

White with #CF4AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4AC5; }

 p { color: rgb(207,74,197); }

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

background-color css

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

 a { background-color: rgb(207,74,197); }

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

border-color css

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

 span { border-color: rgb(207,74,197); }

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