Html Css Color HEX #CF52B0 Fuchsia

📋 copy color: '#CF52B0'

red 207 ◦ green 82 ◦ blue 176

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

Shades of Fuchsia #CF52B0

Tints of Fuchsia #CF52B0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.63%

 BLUE value IS 176 (69.14% from 255) = 37.85%

R = 44.52%
G = 17.63%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF52B0 (or 0xCF52B0) is known color: Fuchsia. HEX triplet: CF, 52 and B0. RGB value is (207,82,176). Sum of RGB (Red+Green+Blue) = 207+82+176=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52B0 is #30AD4F. Grayscale: #818181. Windows color (decimal): -3190096 or 11555535. OLE color: 11555535.

HSL color Cylindrical-coordinate representation of color #CF52B0: hue angle of 314.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52B0 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 82 176 -
CMYK 0 0.60 0.15 0.19
HSL 314.88º 0.57% 0.57% -
HSV(B) 314.88º 0.6% 0.81% -
XYZ 36.59 22.43 43.48 -
YUV 130.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 207 82 176 0 0.60 0.15 0.19 314.88 0.57 0.57
Hex CF 52 B0 0 3C F 13 13B 39 39
Octal 317 122 260 0 74 17 23 473 71 71
Binary 11001111 1010010 10110000 0 111100 1111 10011 100111011 111001 111001

Color Harmonies of #CF52B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52B0

Black with #CF52B0

Text Example


Text Example

White with #CF52B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52B0; }

 p { color: rgb(207,82,176); }

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

background-color css

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

 a { background-color: rgb(207,82,176); }

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

border-color css

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

 span { border-color: rgb(207,82,176); }

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