Html Css Color HEX #CF62B9 Fuchsia

📋 copy color: '#CF62B9'

red 207 ◦ green 98 ◦ blue 185

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

Shades of Fuchsia #CF62B9

Tints of Fuchsia #CF62B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 42.24%
G = 20%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CF62B9 (or 0xCF62B9) is known color: Fuchsia. HEX triplet: CF, 62 and B9. RGB value is (207,98,185). Sum of RGB (Red+Green+Blue) = 207+98+185=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62B9 is #309D46. Grayscale: #8C8C8C. Windows color (decimal): -3185991 or 12149455. OLE color: 12149455.

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

Color convert

RGB 207 98 185 -
CMYK 0 0.53 0.11 0.19
HSL 312.11º 0.53% 0.6% -
HSV(B) 312.11º 0.53% 0.81% -
XYZ 38.86 25.5 48.77 -
YUV 140.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 207 98 185 0 0.53 0.11 0.19 312.11 0.53 0.6
Hex CF 62 B9 0 35 B 13 138 35 3C
Octal 317 142 271 0 65 13 23 470 65 74
Binary 11001111 1100010 10111001 0 110101 1011 10011 100111000 110101 111100

Color Harmonies of #CF62B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62B9

Black with #CF62B9

Text Example


Text Example

White with #CF62B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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