Html Css Color HEX #CF62BE Fuchsia

📋 copy color: '#CF62BE'

red 207 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #CF62BE

Tints of Fuchsia #CF62BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 41.82%
G = 19.8%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF62BE (or 0xCF62BE) is known color: Fuchsia. HEX triplet: CF, 62 and BE. RGB value is (207,98,190). Sum of RGB (Red+Green+Blue) = 207+98+190=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF62BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF62BE is #309D41. Grayscale: #8C8C8C. Windows color (decimal): -3185986 or 12477135. OLE color: 12477135.

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

Color convert

RGB 207 98 190 -
CMYK 0 0.53 0.08 0.19
HSL 309.36º 0.53% 0.6% -
HSV(B) 309.36º 0.53% 0.81% -
XYZ 39.39 25.72 51.6 -
YUV 141.08 155.61 175.02 -
System Red Green Blue C M Y K H S L
Decimal 207 98 190 0 0.53 0.08 0.19 309.36 0.53 0.6
Hex CF 62 BE 0 35 8 13 135 35 3C
Octal 317 142 276 0 65 10 23 465 65 74
Binary 11001111 1100010 10111110 0 110101 1000 10011 100110101 110101 111100

Color Harmonies of #CF62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF62BE

Black with #CF62BE

Text Example


Text Example

White with #CF62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF62BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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