Html Css Color HEX #C70BFC Electric Purple

📋 copy color: '#C70BFC'

red 199 ◦ green 11 ◦ blue 252

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

Shades of Electric Purple #C70BFC

Tints of Electric Purple #C70BFC

RGB

 RED value IS 199 (78.13% from 255) = 43.07%

 GREEN value IS 11 (4.69% from 255) = 2.38%

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 43.07%
G = 2.38%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C70BFC (or 0xC70BFC) is known color: Electric Purple. HEX triplet: C7, 0B and FC. RGB value is (199,11,252). Sum of RGB (Red+Green+Blue) = 199+11+252=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C70BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BFC is #38F403. Grayscale: #5D5D5D. Windows color (decimal): -3732484 or 16518087. OLE color: 16518087.

HSL color Cylindrical-coordinate representation of color #C70BFC: hue angle of 286.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70BFC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 199 11 252 -
CMYK 0.21 0.96 0 0.01
HSL 286.81º 0.98% 0.52% -
HSV(B) 286.81º 0.96% 0.99% -
XYZ 41.24 19.41 93.67 -
YUV 94.69 216.78 202.4 -
System Red Green Blue C M Y K H S L
Decimal 199 11 252 0.21 0.96 0 0.01 286.81 0.98 0.52
Hex C7 B FC 15 60 0 1 11F 62 34
Octal 307 13 374 25 140 0 1 437 142 64
Binary 11000111 1011 11111100 10101 1100000 0 1 100011111 1100010 110100

Color Harmonies of #C70BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BFC

Black with #C70BFC

Text Example


Text Example

White with #C70BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BFC; }

 p { color: rgb(199,11,252); }

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

background-color css

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

 a { background-color: rgb(199,11,252); }

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

border-color css

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

 span { border-color: rgb(199,11,252); }

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