Html Css Color HEX #CF48AF Fuchsia

📋 copy color: '#CF48AF'

red 207 ◦ green 72 ◦ blue 175

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

Shades of Fuchsia #CF48AF

Tints of Fuchsia #CF48AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 45.59%
G = 15.86%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF48AF (or 0xCF48AF) is known color: Fuchsia. HEX triplet: CF, 48 and AF. RGB value is (207,72,175). Sum of RGB (Red+Green+Blue) = 207+72+175=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AF is #30B750. Grayscale: #7B7B7B. Windows color (decimal): -3192657 or 11487439. OLE color: 11487439.

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

Color convert

RGB 207 72 175 -
CMYK 0 0.65 0.15 0.19
HSL 314.22º 0.58% 0.55% -
HSV(B) 314.22º 0.65% 0.81% -
XYZ 35.79 21 42.72 -
YUV 124.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 207 72 175 0 0.65 0.15 0.19 314.22 0.58 0.55
Hex CF 48 AF 0 41 F 13 13A 3A 37
Octal 317 110 257 0 101 17 23 472 72 67
Binary 11001111 1001000 10101111 0 1000001 1111 10011 100111010 111010 110111

Color Harmonies of #CF48AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48AF

Black with #CF48AF

Text Example


Text Example

White with #CF48AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48AF; }

 p { color: rgb(207,72,175); }

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

background-color css

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

 a { background-color: rgb(207,72,175); }

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

border-color css

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

 span { border-color: rgb(207,72,175); }

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