Html Css Color HEX #CF62B0 Fuchsia

📋 copy color: '#CF62B0'

red 207 ◦ green 98 ◦ blue 176

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

Shades of Fuchsia #CF62B0

Tints of Fuchsia #CF62B0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.37%

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

R = 43.04%
G = 20.37%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#CF62B0 (or 0xCF62B0) is known color: Fuchsia. HEX triplet: CF, 62 and B0. RGB value is (207,98,176). Sum of RGB (Red+Green+Blue) = 207+98+176=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF62B0 is #309D4F. Grayscale: #8B8B8B. Windows color (decimal): -3186000 or 11559631. OLE color: 11559631.

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

Color convert

RGB 207 98 176 -
CMYK 0 0.53 0.15 0.19
HSL 317.06º 0.53% 0.6% -
HSV(B) 317.06º 0.53% 0.81% -
XYZ 37.94 25.14 43.93 -
YUV 139.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 207 98 176 0 0.53 0.15 0.19 317.06 0.53 0.6
Hex CF 62 B0 0 35 F 13 13D 35 3C
Octal 317 142 260 0 65 17 23 475 65 74
Binary 11001111 1100010 10110000 0 110101 1111 10011 100111101 110101 111100

Color Harmonies of #CF62B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62B0

Black with #CF62B0

Text Example


Text Example

White with #CF62B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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