Html Css Color HEX #CF41CF Fuchsia

📋 copy color: '#CF41CF'

red 207 ◦ green 65 ◦ blue 207

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

Shades of Fuchsia #CF41CF

Tints of Fuchsia #CF41CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.57%

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 43.22%
G = 13.57%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF41CF (or 0xCF41CF) is known color: Fuchsia. HEX triplet: CF, 41 and CF. RGB value is (207,65,207). Sum of RGB (Red+Green+Blue) = 207+65+207=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF41CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41CF is #30BE30. Grayscale: #7B7B7B. Windows color (decimal): -3194417 or 13582799. OLE color: 13582799.

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

Color convert

RGB 207 65 207 -
CMYK 0 0.69 0 0.19
HSL 300º 0.6% 0.53% -
HSV(B) 300º 0.69% 0.81% -
XYZ 38.88 21.55 61.14 -
YUV 123.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 207 65 207 0 0.69 0 0.19 300 0.6 0.53
Hex CF 41 CF 0 45 0 13 12C 3C 35
Octal 317 101 317 0 105 0 23 454 74 65
Binary 11001111 1000001 11001111 0 1000101 0 10011 100101100 111100 110101

Color Harmonies of #CF41CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41CF

Black with #CF41CF

Text Example


Text Example

White with #CF41CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41CF; }

 p { color: rgb(207,65,207); }

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

background-color css

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

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

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

border-color css

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

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

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