Html Css Color HEX #CF61C7 Fuchsia

📋 copy color: '#CF61C7'

red 207 ◦ green 97 ◦ blue 199

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

Shades of Fuchsia #CF61C7

Tints of Fuchsia #CF61C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.28%

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 41.15%
G = 19.28%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF61C7 (or 0xCF61C7) is known color: Fuchsia. HEX triplet: CF, 61 and C7. RGB value is (207,97,199). Sum of RGB (Red+Green+Blue) = 207+97+199=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61C7 is #309E38. Grayscale: #8D8D8D. Windows color (decimal): -3186233 or 13066703. OLE color: 13066703.

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

Color convert

RGB 207 97 199 -
CMYK 0 0.53 0.04 0.19
HSL 304.36º 0.53% 0.6% -
HSV(B) 304.36º 0.53% 0.81% -
XYZ 40.32 25.94 56.91 -
YUV 141.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 207 97 199 0 0.53 0.04 0.19 304.36 0.53 0.6
Hex CF 61 C7 0 35 4 13 130 35 3C
Octal 317 141 307 0 65 4 23 460 65 74
Binary 11001111 1100001 11000111 0 110101 100 10011 100110000 110101 111100

Color Harmonies of #CF61C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61C7

Black with #CF61C7

Text Example


Text Example

White with #CF61C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61C7; }

 p { color: rgb(207,97,199); }

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

background-color css

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

 a { background-color: rgb(207,97,199); }

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

border-color css

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

 span { border-color: rgb(207,97,199); }

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