Html Css Color HEX #CF53BA Fuchsia

📋 copy color: '#CF53BA'

red 207 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #CF53BA

Tints of Fuchsia #CF53BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 43.49%
G = 17.44%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF53BA (or 0xCF53BA) is known color: Fuchsia. HEX triplet: CF, 53 and BA. RGB value is (207,83,186). Sum of RGB (Red+Green+Blue) = 207+83+186=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 207 - color contains mainly: red. Hex color #CF53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53BA is #30AC45. Grayscale: #838383. Windows color (decimal): -3189830 or 12211151. OLE color: 12211151.

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

Color convert

RGB 207 83 186 -
CMYK 0 0.60 0.10 0.19
HSL 310.16º 0.56% 0.57% -
HSV(B) 310.16º 0.6% 0.81% -
XYZ 37.69 23 48.91 -
YUV 131.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 207 83 186 0 0.60 0.10 0.19 310.16 0.56 0.57
Hex CF 53 BA 0 3C A 13 136 38 39
Octal 317 123 272 0 74 12 23 466 70 71
Binary 11001111 1010011 10111010 0 111100 1010 10011 100110110 111000 111001

Color Harmonies of #CF53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53BA

Black with #CF53BA

Text Example


Text Example

White with #CF53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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