Html Css Color HEX #CF35D4 Fuchsia

📋 copy color: '#CF35D4'

red 207 ◦ green 53 ◦ blue 212

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

Shades of Fuchsia #CF35D4

Tints of Fuchsia #CF35D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.92%

R = 43.86%
G = 11.23%
B = 44.92%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF35D4 (or 0xCF35D4) is known color: Fuchsia. HEX triplet: CF, 35 and D4. RGB value is (207,53,212). Sum of RGB (Red+Green+Blue) = 207+53+212=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 212 (83.20% from 255 or 44.92% from 472); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF35D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35D4 is #30CA2B. Grayscale: #747474. Windows color (decimal): -3197484 or 13907407. OLE color: 13907407.

HSL color Cylindrical-coordinate representation of color #CF35D4: hue angle of 298.11º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF35D4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 53 212 -
CMYK 0.02 0.75 0 0.17
HSL 298.11º 0.65% 0.52% -
HSV(B) 298.11º 0.75% 0.83% -
XYZ 38.89 20.57 64.21 -
YUV 117.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 207 53 212 0.02 0.75 0 0.17 298.11 0.65 0.52
Hex CF 35 D4 2 4B 0 11 12A 41 34
Octal 317 65 324 2 113 0 21 452 101 64
Binary 11001111 110101 11010100 10 1001011 0 10001 100101010 1000001 110100

Color Harmonies of #CF35D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35D4

Black with #CF35D4

Text Example


Text Example

White with #CF35D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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