Html Css Color HEX #CF53B3 Fuchsia

📋 copy color: '#CF53B3'

red 207 ◦ green 83 ◦ blue 179

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

Shades of Fuchsia #CF53B3

Tints of Fuchsia #CF53B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 44.14%
G = 17.7%
B = 38.17%

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

#CF53B3 (or 0xCF53B3) is known color: Fuchsia. HEX triplet: CF, 53 and B3. RGB value is (207,83,179). Sum of RGB (Red+Green+Blue) = 207+83+179=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53B3 is #30AC4C. Grayscale: #828282. Windows color (decimal): -3189837 or 11752399. OLE color: 11752399.

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

Color convert

RGB 207 83 179 -
CMYK 0 0.60 0.14 0.19
HSL 313.55º 0.56% 0.57% -
HSV(B) 313.55º 0.6% 0.81% -
XYZ 36.96 22.71 45.08 -
YUV 131.02 155.08 182.19 -
System Red Green Blue C M Y K H S L
Decimal 207 83 179 0 0.60 0.14 0.19 313.55 0.56 0.57
Hex CF 53 B3 0 3C E 13 13A 38 39
Octal 317 123 263 0 74 16 23 472 70 71
Binary 11001111 1010011 10110011 0 111100 1110 10011 100111010 111000 111001

Color Harmonies of #CF53B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53B3

Black with #CF53B3

Text Example


Text Example

White with #CF53B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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