Html Css Color HEX #CF48C1 Fuchsia

📋 copy color: '#CF48C1'

red 207 ◦ green 72 ◦ blue 193

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

Shades of Fuchsia #CF48C1

Tints of Fuchsia #CF48C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 43.86%
G = 15.25%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF48C1 (or 0xCF48C1) is known color: Fuchsia. HEX triplet: CF, 48 and C1. RGB value is (207,72,193). Sum of RGB (Red+Green+Blue) = 207+72+193=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48C1 is #30B73E. Grayscale: #7D7D7D. Windows color (decimal): -3192639 or 12667087. OLE color: 12667087.

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

Color convert

RGB 207 72 193 -
CMYK 0 0.65 0.07 0.19
HSL 306.22º 0.58% 0.55% -
HSV(B) 306.22º 0.65% 0.81% -
XYZ 37.68 21.75 52.66 -
YUV 126.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 207 72 193 0 0.65 0.07 0.19 306.22 0.58 0.55
Hex CF 48 C1 0 41 7 13 132 3A 37
Octal 317 110 301 0 101 7 23 462 72 67
Binary 11001111 1001000 11000001 0 1000001 111 10011 100110010 111010 110111

Color Harmonies of #CF48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48C1

Black with #CF48C1

Text Example


Text Example

White with #CF48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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