Html Css Color HEX #CF48C0 Fuchsia

📋 copy color: '#CF48C0'

red 207 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #CF48C0

Tints of Fuchsia #CF48C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 43.95%
G = 15.29%
B = 40.76%

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

#CF48C0 (or 0xCF48C0) is known color: Fuchsia. HEX triplet: CF, 48 and C0. RGB value is (207,72,192). Sum of RGB (Red+Green+Blue) = 207+72+192=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48C0 is #30B73F. Grayscale: #7D7D7D. Windows color (decimal): -3192640 or 12601551. OLE color: 12601551.

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

Color convert

RGB 207 72 192 -
CMYK 0 0.65 0.07 0.19
HSL 306.67º 0.58% 0.55% -
HSV(B) 306.67º 0.65% 0.81% -
XYZ 37.56 21.71 52.08 -
YUV 126.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 207 72 192 0 0.65 0.07 0.19 306.67 0.58 0.55
Hex CF 48 C0 0 41 7 13 133 3A 37
Octal 317 110 300 0 101 7 23 463 72 67
Binary 11001111 1001000 11000000 0 1000001 111 10011 100110011 111010 110111

Color Harmonies of #CF48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48C0

Black with #CF48C0

Text Example


Text Example

White with #CF48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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