Html Css Color HEX #CF48AB Fuchsia

📋 copy color: '#CF48AB'

red 207 ◦ green 72 ◦ blue 171

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

Shades of Fuchsia #CF48AB

Tints of Fuchsia #CF48AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 46%
G = 16%
B = 38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF48AB (or 0xCF48AB) is known color: Fuchsia. HEX triplet: CF, 48 and AB. RGB value is (207,72,171). Sum of RGB (Red+Green+Blue) = 207+72+171=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48AB is #30B754. Grayscale: #7B7B7B. Windows color (decimal): -3192661 or 11225295. OLE color: 11225295.

HSL color Cylindrical-coordinate representation of color #CF48AB: hue angle of 316º 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 #CF48AB is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 72 171 -
CMYK 0 0.65 0.17 0.19
HSL 316º 0.58% 0.55% -
HSV(B) 316º 0.65% 0.81% -
XYZ 35.4 20.84 40.68 -
YUV 123.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 207 72 171 0 0.65 0.17 0.19 316 0.58 0.55
Hex CF 48 AB 0 41 11 13 13C 3A 37
Octal 317 110 253 0 101 21 23 474 72 67
Binary 11001111 1001000 10101011 0 1000001 10001 10011 100111100 111010 110111

Color Harmonies of #CF48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48AB

Black with #CF48AB

Text Example


Text Example

White with #CF48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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