Html Css Color HEX #CF48CA Fuchsia

📋 copy color: '#CF48CA'

red 207 ◦ green 72 ◦ blue 202

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

Shades of Fuchsia #CF48CA

Tints of Fuchsia #CF48CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 43.04%
G = 14.97%
B = 42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF48CA (or 0xCF48CA) is known color: Fuchsia. HEX triplet: CF, 48 and CA. RGB value is (207,72,202). Sum of RGB (Red+Green+Blue) = 207+72+202=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF48CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48CA is #30B735. Grayscale: #7E7E7E. Windows color (decimal): -3192630 or 13256911. OLE color: 13256911.

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

Color convert

RGB 207 72 202 -
CMYK 0 0.65 0.02 0.19
HSL 302.22º 0.58% 0.55% -
HSV(B) 302.22º 0.65% 0.81% -
XYZ 38.71 22.16 58.12 -
YUV 127.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 207 72 202 0 0.65 0.02 0.19 302.22 0.58 0.55
Hex CF 48 CA 0 41 2 13 12E 3A 37
Octal 317 110 312 0 101 2 23 456 72 67
Binary 11001111 1001000 11001010 0 1000001 10 10011 100101110 111010 110111

Color Harmonies of #CF48CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF48CA

Black with #CF48CA

Text Example


Text Example

White with #CF48CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF48CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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