Html Css Color HEX #CF35C7 Fuchsia

📋 copy color: '#CF35C7'

red 207 ◦ green 53 ◦ blue 199

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

Shades of Fuchsia #CF35C7

Tints of Fuchsia #CF35C7

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.55%

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

R = 45.1%
G = 11.55%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF35C7 (or 0xCF35C7) is known color: Fuchsia. HEX triplet: CF, 35 and C7. RGB value is (207,53,199). Sum of RGB (Red+Green+Blue) = 207+53+199=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35C7 is #30CA38. Grayscale: #737373. Windows color (decimal): -3197497 or 13055439. OLE color: 13055439.

HSL color Cylindrical-coordinate representation of color #CF35C7: hue angle of 303.12º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF35C7 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 199 -
CMYK 0 0.74 0.04 0.19
HSL 303.12º 0.62% 0.51% -
HSV(B) 303.12º 0.74% 0.81% -
XYZ 37.31 19.94 55.91 -
YUV 115.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 207 53 199 0 0.74 0.04 0.19 303.12 0.62 0.51
Hex CF 35 C7 0 4A 4 13 12F 3E 33
Octal 317 65 307 0 112 4 23 457 76 63
Binary 11001111 110101 11000111 0 1001010 100 10011 100101111 111110 110011

Color Harmonies of #CF35C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35C7

Black with #CF35C7

Text Example


Text Example

White with #CF35C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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