Html Css Color HEX #CF48B1 Fuchsia

📋 copy color: '#CF48B1'

red 207 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #CF48B1

Tints of Fuchsia #CF48B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.82%

R = 45.39%
G = 15.79%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF48B1 (or 0xCF48B1) is known color: Fuchsia. HEX triplet: CF, 48 and B1. RGB value is (207,72,177). Sum of RGB (Red+Green+Blue) = 207+72+177=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF48B1 is #30B74E. Grayscale: #7C7C7C. Windows color (decimal): -3192655 or 11618511. OLE color: 11618511.

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

Color convert

RGB 207 72 177 -
CMYK 0 0.65 0.14 0.19
HSL 313.33º 0.58% 0.55% -
HSV(B) 313.33º 0.65% 0.81% -
XYZ 35.99 21.07 43.77 -
YUV 124.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 207 72 177 0 0.65 0.14 0.19 313.33 0.58 0.55
Hex CF 48 B1 0 41 E 13 139 3A 37
Octal 317 110 261 0 101 16 23 471 72 67
Binary 11001111 1001000 10110001 0 1000001 1110 10011 100111001 111010 110111

Color Harmonies of #CF48B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48B1

Black with #CF48B1

Text Example


Text Example

White with #CF48B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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