Html Css Color HEX #CF53B2 Fuchsia

📋 copy color: '#CF53B2'

red 207 ◦ green 83 ◦ blue 178

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

Shades of Fuchsia #CF53B2

Tints of Fuchsia #CF53B2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.74%

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

R = 44.23%
G = 17.74%
B = 38.03%

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

#CF53B2 (or 0xCF53B2) is known color: Fuchsia. HEX triplet: CF, 53 and B2. RGB value is (207,83,178). Sum of RGB (Red+Green+Blue) = 207+83+178=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF53B2 is #30AC4D. Grayscale: #828282. Windows color (decimal): -3189838 or 11686863. OLE color: 11686863.

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

Color convert

RGB 207 83 178 -
CMYK 0 0.60 0.14 0.19
HSL 314.03º 0.56% 0.57% -
HSV(B) 314.03º 0.6% 0.81% -
XYZ 36.86 22.67 44.55 -
YUV 130.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 207 83 178 0 0.60 0.14 0.19 314.03 0.56 0.57
Hex CF 53 B2 0 3C E 13 13A 38 39
Octal 317 123 262 0 74 16 23 472 70 71
Binary 11001111 1010011 10110010 0 111100 1110 10011 100111010 111000 111001

Color Harmonies of #CF53B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53B2

Black with #CF53B2

Text Example


Text Example

White with #CF53B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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