Html Css Color HEX #CF48B5 Fuchsia

📋 copy color: '#CF48B5'

red 207 ◦ green 72 ◦ blue 181

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

Shades of Fuchsia #CF48B5

Tints of Fuchsia #CF48B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 45%
G = 15.65%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF48B5 (or 0xCF48B5) is known color: Fuchsia. HEX triplet: CF, 48 and B5. RGB value is (207,72,181). Sum of RGB (Red+Green+Blue) = 207+72+181=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48B5 is #30B74A. Grayscale: #7C7C7C. Windows color (decimal): -3192651 or 11880655. OLE color: 11880655.

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

Color convert

RGB 207 72 181 -
CMYK 0 0.65 0.13 0.19
HSL 311.56º 0.58% 0.55% -
HSV(B) 311.56º 0.65% 0.81% -
XYZ 36.39 21.24 45.9 -
YUV 124.79 159.73 186.64 -
System Red Green Blue C M Y K H S L
Decimal 207 72 181 0 0.65 0.13 0.19 311.56 0.58 0.55
Hex CF 48 B5 0 41 D 13 138 3A 37
Octal 317 110 265 0 101 15 23 470 72 67
Binary 11001111 1001000 10110101 0 1000001 1101 10011 100111000 111010 110111

Color Harmonies of #CF48B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48B5

Black with #CF48B5

Text Example


Text Example

White with #CF48B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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