Html Css Color HEX #CF41D5 Fuchsia

📋 copy color: '#CF41D5'

red 207 ◦ green 65 ◦ blue 213

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

Shades of Fuchsia #CF41D5

Tints of Fuchsia #CF41D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.92%

R = 42.68%
G = 13.4%
B = 43.92%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF41D5 (or 0xCF41D5) is known color: Fuchsia. HEX triplet: CF, 41 and D5. RGB value is (207,65,213). Sum of RGB (Red+Green+Blue) = 207+65+213=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41D5 is #30BE2A. Grayscale: #7B7B7B. Windows color (decimal): -3194411 or 13976015. OLE color: 13976015.

HSL color Cylindrical-coordinate representation of color #CF41D5: hue angle of 297.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF41D5 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 65 213 -
CMYK 0.03 0.69 0 0.16
HSL 297.57º 0.64% 0.55% -
HSV(B) 297.57º 0.69% 0.84% -
XYZ 39.63 21.85 65.08 -
YUV 124.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 207 65 213 0.03 0.69 0 0.16 297.57 0.64 0.55
Hex CF 41 D5 3 45 0 10 12A 40 37
Octal 317 101 325 3 105 0 20 452 100 67
Binary 11001111 1000001 11010101 11 1000101 0 10000 100101010 1000000 110111

Color Harmonies of #CF41D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41D5

Black with #CF41D5

Text Example


Text Example

White with #CF41D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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