Html Css Color HEX #CF52B2 Fuchsia

📋 copy color: '#CF52B2'

red 207 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #CF52B2

Tints of Fuchsia #CF52B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.12%

R = 44.33%
G = 17.56%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF52B2 (or 0xCF52B2) is known color: Fuchsia. HEX triplet: CF, 52 and B2. RGB value is (207,82,178). Sum of RGB (Red+Green+Blue) = 207+82+178=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF52B2 is #30AD4D. Grayscale: #828282. Windows color (decimal): -3190094 or 11686607. OLE color: 11686607.

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

Color convert

RGB 207 82 178 -
CMYK 0 0.60 0.14 0.19
HSL 313.92º 0.57% 0.57% -
HSV(B) 313.92º 0.6% 0.81% -
XYZ 36.79 22.51 44.53 -
YUV 130.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 207 82 178 0 0.60 0.14 0.19 313.92 0.57 0.57
Hex CF 52 B2 0 3C E 13 13A 39 39
Octal 317 122 262 0 74 16 23 472 71 71
Binary 11001111 1010010 10110010 0 111100 1110 10011 100111010 111001 111001

Color Harmonies of #CF52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF52B2

Black with #CF52B2

Text Example


Text Example

White with #CF52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF52B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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