Html Css Color HEX #CF306A Cerise

📋 copy color: '#CF306A'

red 207 ◦ green 48 ◦ blue 106

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

Shades of Cerise #CF306A

Tints of Cerise #CF306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.3%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 57.34%
G = 13.3%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF306A (or 0xCF306A) is known color: Cerise. HEX triplet: CF, 30 and 6A. RGB value is (207,48,106). Sum of RGB (Red+Green+Blue) = 207+48+106=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF306A is #30CF95. Grayscale: #666666. Windows color (decimal): -3198870 or 6959311. OLE color: 6959311.

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

Color convert

RGB 207 48 106 -
CMYK 0 0.77 0.49 0.19
HSL 338.11º 0.62% 0.5% -
HSV(B) 338.11º 0.77% 0.81% -
XYZ 29.39 16.42 15.26 -
YUV 102.15 130.18 202.78 -
System Red Green Blue C M Y K H S L
Decimal 207 48 106 0 0.77 0.49 0.19 338.11 0.62 0.5
Hex CF 30 6A 0 4D 31 13 152 3E 32
Octal 317 60 152 0 115 61 23 522 76 62
Binary 11001111 110000 1101010 0 1001101 110001 10011 101010010 111110 110010

Color Harmonies of #CF306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF306A

Black with #CF306A

Text Example


Text Example

White with #CF306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF306A; }

 p { color: rgb(207,48,106); }

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

background-color css

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

 a { background-color: rgb(207,48,106); }

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

border-color css

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

 span { border-color: rgb(207,48,106); }

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