Html Css Color HEX #CF40C3 Fuchsia

📋 copy color: '#CF40C3'

red 207 ◦ green 64 ◦ blue 195

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

Shades of Fuchsia #CF40C3

Tints of Fuchsia #CF40C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.85%

R = 44.42%
G = 13.73%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF40C3 (or 0xCF40C3) is known color: Fuchsia. HEX triplet: CF, 40 and C3. RGB value is (207,64,195). Sum of RGB (Red+Green+Blue) = 207+64+195=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40C3 is #30BF3C. Grayscale: #797979. Windows color (decimal): -3194685 or 12796111. OLE color: 12796111.

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

Color convert

RGB 207 64 195 -
CMYK 0 0.69 0.06 0.19
HSL 305.04º 0.6% 0.53% -
HSV(B) 305.04º 0.69% 0.81% -
XYZ 37.42 20.87 53.69 -
YUV 121.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 207 64 195 0 0.69 0.06 0.19 305.04 0.6 0.53
Hex CF 40 C3 0 45 6 13 131 3C 35
Octal 317 100 303 0 105 6 23 461 74 65
Binary 11001111 1000000 11000011 0 1000101 110 10011 100110001 111100 110101

Color Harmonies of #CF40C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40C3

Black with #CF40C3

Text Example


Text Example

White with #CF40C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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