Html Css Color HEX #CF40CF Fuchsia

📋 copy color: '#CF40CF'

red 207 ◦ green 64 ◦ blue 207

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

Shades of Fuchsia #CF40CF

Tints of Fuchsia #CF40CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

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

R = 43.31%
G = 13.39%
B = 43.31%

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

#CF40CF (or 0xCF40CF) is known color: Fuchsia. HEX triplet: CF, 40 and CF. RGB value is (207,64,207). Sum of RGB (Red+Green+Blue) = 207+64+207=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF40CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40CF is #30BF30. Grayscale: #7A7A7A. Windows color (decimal): -3194673 or 13582543. OLE color: 13582543.

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

Color convert

RGB 207 64 207 -
CMYK 0 0.69 0 0.19
HSL 300º 0.6% 0.53% -
HSV(B) 300º 0.69% 0.81% -
XYZ 38.83 21.44 61.12 -
YUV 123.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 207 64 207 0 0.69 0 0.19 300 0.6 0.53
Hex CF 40 CF 0 45 0 13 12C 3C 35
Octal 317 100 317 0 105 0 23 454 74 65
Binary 11001111 1000000 11001111 0 1000101 0 10011 100101100 111100 110101

Color Harmonies of #CF40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40CF

Black with #CF40CF

Text Example


Text Example

White with #CF40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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