Html Css Color HEX #CF48C9 Fuchsia

📋 copy color: '#CF48C9'

red 207 ◦ green 72 ◦ blue 201

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

Shades of Fuchsia #CF48C9

Tints of Fuchsia #CF48C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.88%

R = 43.13%
G = 15%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF48C9 (or 0xCF48C9) is known color: Fuchsia. HEX triplet: CF, 48 and C9. RGB value is (207,72,201). Sum of RGB (Red+Green+Blue) = 207+72+201=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48C9 is #30B736. Grayscale: #7E7E7E. Windows color (decimal): -3192631 or 13191375. OLE color: 13191375.

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

Color convert

RGB 207 72 201 -
CMYK 0 0.65 0.03 0.19
HSL 302.67º 0.58% 0.55% -
HSV(B) 302.67º 0.65% 0.81% -
XYZ 38.59 22.12 57.49 -
YUV 127.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 207 72 201 0 0.65 0.03 0.19 302.67 0.58 0.55
Hex CF 48 C9 0 41 3 13 12F 3A 37
Octal 317 110 311 0 101 3 23 457 72 67
Binary 11001111 1001000 11001001 0 1000001 11 10011 100101111 111010 110111

Color Harmonies of #CF48C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48C9

Black with #CF48C9

Text Example


Text Example

White with #CF48C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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